react-native-stroke-text icon indicating copy to clipboard operation
react-native-stroke-text copied to clipboard

[Enhancement] Support for font weight & font style

Open adityakrshnn opened this issue 1 year ago • 1 comments

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

adityakrshnn avatar Apr 17 '24 00:04 adityakrshnn

I added fontWeight before, but there are inconsistencies between platforms, so I removed this feature. fontFamily is enough to handle many cases.

ozgursoy avatar Apr 19 '24 05:04 ozgursoy