Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'No' string rendered as numero sign (No.) in react-native-svg Text element with a specific font (RyoGothicPlusN) on ios #1501

Closed
Thaisagathem opened this issue Dec 8, 2020 · 1 comment

Comments

@Thaisagathem
Copy link

Thaisagathem commented Dec 8, 2020

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.

@bohdanprog
Copy link
Member

Hello @Thaisagathem,
I tried to reproduce that, but couldn't.
here is how it looks:

IOS Android

If you still have that issue feel free to open the new issue.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants