react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Getting Execution failed for task ':react-native-navigation:compileReactNative71DebugJavaWithJavac'.

Open Shahbaz898414 opened this issue 1 year ago • 2 comments

What happened?

After Installing npm install @react-navigation/native npx expo install react-native-screens react-native-safe-area-context i follwed this docs https://reactnavigation.org/docs/getting-started/ I always get this error when i run yarn run android. How can I fix this?

Screenshot

image

image

What was the expected behaviour?

No response

Was it tested on latest react-native-navigation?

  • [X] I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

No response

In what environment did this happen?

React Native Navigation version: React Native version: Has Fabric (React Native's new rendering system) enabled: (yes/no) Node version:

Shahbaz898414 avatar Jul 29 '24 10:07 Shahbaz898414

Hi guys 👋,

I have the same error

> Task :react-native-navigation:compileReactNative71ReleaseJavaWithJavac FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

I use the npm run android --verbose --info --scan and this error come from the update to react-native and react-native-navigation

"react-native": "^0.72.3" => "react-native": "^0.74.4",
"react-native-navigation": "^7.37.0" => "react-native-navigation": "^7.40.1"

hendridg avatar Aug 02 '24 15:08 hendridg

Hello guys, I'm experiencing the same error after updating to RN to 0.74.4 in my project. Do you have any updates about it?

whois42 avatar Aug 06 '24 09:08 whois42