react-native-stroke-text
react-native-stroke-text copied to clipboard
[Enhancement] Support for font weight & font style
Hi, can you add support for fontWeight & italic style?
https://reactnative.dev/docs/text-style-props#fontweight https://reactnative.dev/docs/text-style-props#fontstyle
I added fontWeight before, but there are inconsistencies between platforms, so I removed this feature. fontFamily is enough to handle many cases.