Whats the issue?
I get a version mismatch on react native (android).
React Native version mismatch. JavaScript version: 0.59.9 - Native version: 0.63.4
The build works as described in this issue when running through Android Studio. The build however works fine when running: react-native run-android.
Please let me know what else I can try, or what might cause the issue.
React Native version: 0.63.4
Expected Results
The app running as expected
What have I tried to resolve the issue
- Clearing caches
- Forcing versions through build.gradle (React Native version mismatch)
- Going back in history through git
- Reinstalling / trying other emulator versions
- Remove node_modules and reinstall
- Tried react-native-clean-project (https://github.com/pmadruga/react-native-clean-project)
- Uninstalling the app from the emulator manually
- Was building with SDK Tools 29, also tried with 30 (was working with 29 before)
- Tried different versions of Android Studio (4.1, 4.0, 4.1.1. (current))
- Tried downgrading to RN 0.62.2
- Tried downgrading to RN 0.63.3