Closed alexeymolchan closed 2 weeks ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.
I can confirm that custom font is not working in Expo. Did it ever work in expo?
I've just run into this issue. Custom fonts work just fine with react native Text components, but they do not work on svg Text components. Seems this has been an ongoing issue for a few years now?
Same problem here
Running into the same issue, has anyone found a solution? Seems like this has been an ongoing issue for years now, but no luck finding a solution/work-around
Hey! Same here, I can't use custom font on Text from Svg. (expo)
We ended up finding that you cannot use the font-weight property, without it it was fine. May be the case for other text decoration properties too
Hello @alexeymolchan, Sorry for the delayed response regarding that issue. I tried to reproduce it but couldn't. Here is an example. Let me know if you are still experiencing the issue related to that problem. Thank you.
Font loaded with expo-font, it works fine with default text component, but doesn't work with svg Text.
reproducible example: https://snack.expo.io/@meme_police/restless-chocolate
react-native-svg: 12.1.0