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

The component is not rendering on v0.78.0 of React Native

Open kadricaabuk opened this issue 9 months ago • 5 comments

    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?

kadricaabuk avatar Mar 04 '25 07:03 kadricaabuk

same issue

himanshund123 avatar Mar 13 '25 10:03 himanshund123

I have same issue

33Orange avatar Mar 17 '25 20:03 33Orange

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! 🚀

ozgursoy avatar Mar 19 '25 10:03 ozgursoy

Same issue, any updates or workaround?

szymonWCa avatar Jul 22 '25 11:07 szymonWCa