Issue
Hi I recently created a react native app version 0.60.5 and installed react-navigation with react-native-reanimated. When I built the project in Android Studio, I'm getting this error in react-native-reanimated: Execution failed for task ':react-native-reanimated:compileDebugJavaWithJavac'
. Is there anything I did wrong?
Solution
This worked for me:
npm install -g jetifier
npx jetify
At root project. Thanks to Harsh2402 for his answer on this issue : https://github.com/kmagiera/react-native-gesture-handler/issues/642
Answered By - Iván Mardini
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.