-
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 |
in my case problem was related to the fact that there was no node_modules. according to upgrade helper I removed .yarnrc.yml file and yarn started to generate pnp.cjs and pop.min.cjs files instead of node modules. I brought back .yarnrc.yml file with nodeLinker: node_modules line in it, run yarn install and it issue was gone. In my case I was getting this issue even for ./gradlew clean. |
I had the same problem when creating a new project "react-native": "0.76.6". I was working on "react-native": "0.76.5" and when I created a new project it was already "react-native": "0.76.6" and this problem occurred. " I searched for a solution in AI for 2 days, but in vain. But ericjoel25's post helped. I simply deleted the 8.10.2 folder, which is located on .gradle, and then go to cd android and run ./gradlew clean. And everything worked. Thanks ericjoel25 for the post! |
Yes, it works for me too. All you need to do - it's just delete the 8.10.2 folder inside .gradle and run ./gradlew clean |
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: