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

React Native Stroke/Outline Text

Results 9 react-native-stroke-text issues
Sort by recently updated
recently updated
newest added

as the title for question

enhancement

Hey, If possible, can you add a shadow property? Thanks.

enhancement

Hey! I want to use `adjustsFontSizeToFit`, is it possible? https://reactnative.dev/docs/text#adjustsfontsizetofit Thx for this amazing package

enhancement

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

enhancement
question

I'm experiencing an issue where a View wrapping a stroke-text does not automatically update its height based on the content rendered. The result is that the text overflows or is...

``` ext { buildToolsVersion = "35.0.0" kotlinVersion = "1.9.24" minSdkVersion = 24 compileSdkVersion = 35 targetSdkVersion = 35 ndkVersion = "27.1.12297006" kotlinVersion = "2.0.21" } ``` there is a warning...

The stroked text looks great on mobile, would be nice to have an equivalent implementation for web.

When there are multiple objects, frequent lookups can make the main thread very sluggish. fix this question.

This library works well for the old arch but fails for new architecture. Is there any timeline on if it can be used in new architecture based project. @ozgursoy