You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string 'No' renders as the numero sign № with the font RyoGothicPlusN-Regular on ios only. If I don't pass the font or pass something else f.e. Times New Roman, the string renders as expected.
import { Text } from 'react-native-svg'; <Text x="0" y="10" dx="10" fontSize={14} fontFamily="RyoGothicPlusN-Regular">No</Text>
Updating the package to the latest did not resolve.
The text was updated successfully, but these errors were encountered:
The string 'No' renders as the numero sign № with the font RyoGothicPlusN-Regular on ios only. If I don't pass the font or pass something else f.e. Times New Roman, the string renders as expected.
import { Text } from 'react-native-svg';
<Text x="0" y="10" dx="10" fontSize={14} fontFamily="RyoGothicPlusN-Regular">No</Text>
Updating the package to the latest did not resolve.
The text was updated successfully, but these errors were encountered: