react-native-stroke-text
react-native-stroke-text copied to clipboard
The component is not rendering on v0.78.0 of React Native
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 on the doc;
min compileSdkVersion is required to be 34
mine is 35? What is wrong here?
same issue
I have same issue
Hello,
A lot has changed in React Native over the past 9 months. I've been working on different projects lately and haven't been keeping up with the React Native community. The last stable version I worked with was 74.5, but there have been significant changes since then.
I'll update the package when I have time. Feel free to open a pull request anytime!
Happy coding! 🚀
Same issue, any updates or workaround?