-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue related to react-native-screen #2114
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey @iCode-Stack, this looks rather like issue with your development environment configuration. Have you tried actually removing / installing NDK again (silly but sometimes effective) 😅 If you're new to development you can easily google resources with instructions on how to install Android NDK via Android Studio. I'll close the ticket as I do not consider it to be a |
It seems that in my environment the folder "/home/user/Android/Sdk/ndk/26.1.10909125" exists, but it was empty. The way to reproduce the error is to create an empty directory with the same version specified in the build.gradle (ndkVersion = "26.1.10909125") for the NDK and try to build the app. I believe that some other tool created the directory but didn't install the NDK, fooling the other tools into thinking that the NDK was installed when, in reality, it was not. |
finally, I found the error solved |
I solved this same error by changing ndkVersion in build.gradle file |
Thank you!!! |
this solution worked for me. software-mansion/react-native-reanimated#4712 (comment) |
Description
A problem occurred configuring project ':react-native-screens'.
Steps to reproduce
when i add the library giving the error mentioned in description.
Snack or a link to a repository
nill
Screens version
3.31.1
React Native version
0.74
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
A20 Samsungh
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: