-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Error resolving plugin [id: 'com.facebook.react.settings'] on 0.76 react native version after Reanimated, React Navigation, and other pacakges installed #47225
Comments
This repo is different from what you're describing. Did you forget to commit your changes? @maheshmuttintidev |
|
try "cd android", ''./gradlew clean' |
@itsmuntadhar not a dupe of #46210 as that's windows specific. But yeah most likely a duplicate of #46046 I'm waiting for a response from @maheshmuttintidev as otherwise we can close this one |
i resolved this by installing these packages {
"@react-native/codegen": "^0.76.0",
"@react-native/gradle-plugin": "^0.76.0",
} |
Just note that you should not install those packages directly. Your build was failing for another reason (most likely another package importing an older version of those packages), and if you forget to update those packages in the future, your build will fail again. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Same as with with 0.76.3 react-native version, and not work ann "solution".
|
Has there been a solution for this yet? |
I fixed the issue but using also delete the folder 8.10.2 that is on .gradle and then go to cd android and run ./gradlew clean I am using react-native 0.76.5 |
Description
i was getting the below error after i installed below packages, i don't understand which package has issue with the latest react native version 0.76
please help me to resolve this issue
Steps to reproduce
@react-navigation/native
,@react-navigation/drawer
,@react-navigation/bottom-tabs
,@react-navigation/stack
,react-native-safe-area-context
,react-native-reanimated
packagesnpm android
to reproduce this errorReact Native Version
0.76.0
Affected Platforms
Runtime - Android
Areas
Bridgeless - The New Initialization Flow, Codegen, Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/maheshmuttintidev/react-native-mahesh-muttinti
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: