You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
profaddy
changed the title
Invariant Violation: "BluedotRewards" has not been registered
Invariant Violation: [App Name] has not been registered
Aug 21, 2024
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
We are migrating from RN
0.70.15
->0.72.17
and getting following issueInvariant Violation: "BluedotRewards" has not been registered
If the current behavior is a bug, please provide the steps to reproduce and a minimal repository on GitHub that we can
yarn install
andyarn test
.Change the files as per diff provided by react-native-upgrade-helper
rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm install
cd android && ./gradlew clean
react-native run-android -- --reset-cache
What is the expected behavior?
App should run successfully
Please provide your exact Metro configuration and mention your Metro, node, yarn/npm version and operating system.
Node -18.0.2
OS - Mac OS M2
using npm
Error screenshot
Metro.config.js
The text was updated successfully, but these errors were encountered: