Project 'react-native-reanimated' not found in root project #3503
Unanswered
akbari6776
asked this question in
Q&A
Replies: 1 comment
-
Try deleting the .gradle folder in your project's root folder! Sometimes it's get cached Don't forget to resync your project from Android Studio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my react native project I don't have
"react-native-reanimated"
but when I rebuilt my project I got this error:"Project "react-native-reanimated" was not found in the root project
So when I install
react-native-reanimated
I get anNDK
install error, but when I install thendk
and get theapk
from the project, the app won't open and crashes.So I uninstalled
react-native-reanimated
andndk
andcmake
but again I got the error"project 'react-native-reanimated' was not found in the root project"
please help me
Beta Was this translation helpful? Give feedback.
All reactions