Closed maheshmuttintidev closed 2 weeks ago
https://github.com/maheshmuttintidev/react-native-mahesh-muttinti
This repo is different from what you're describing. Did you forget to commit your changes? @maheshmuttintidev
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
try "cd android", ''./gradlew clean'
possible dup of #46210 and #46046 ?
had this error after upgrading to 0.76 and this comment solved it
possible dup of #46210 and #46046 ?
@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",
}
i resolved this by installing these packages
Just note that you should not install those packages directly.
They are dependency of react-native
instead.
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.
yarn add @react-native/gradle-plugin
remove node_module yarn install/npm install
resolve this issue
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