-
Notifications
You must be signed in to change notification settings - Fork 959
"Could not find com.facebook.react:flipper-integration" error with new Android Studio and react native 0.73.7 #5586
Comments
thank God, so the issue was in the Flipper integration because they removed it from the React Native as the new version of RN 0.74.0 is launched for more info: |
FAILURE: Build failed with an exception.
BUILD FAILED in 17s |
what can i do ? i cannot understand it |
i have this error in react native latest version |
how to resolve this issue? |
i also dont know |
@SanaButt01, @ashishAmz They removed the flipper from the new React Native 0.74, now you have to specify the flipper version when using it android sample: |
Thanks @amir-ibrahim, that issue got resolved but now getting below issue, |
@ashishAmz are you using RN 0.74 or 0.73.7? |
for me it's caused by @types/react-native-htmlview, I removed this one and then I can build normally |
If you just bump your expo version to 51. Do: |
Could not find com.facebook.react:flipper-integration:.
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Possible solution:
To Reproduce
new Android Studio and react native 0.73.7
Environment
React native 0.73.7 + Android Studio latest version ( Android Studio Iguana | 2023.2.1 Patch 2 )
The text was updated successfully, but these errors were encountered: