Please provide the following:
- SDK Version: 38
- Platforms(Android/iOS/web/all): Android
I’ve upgraded our app to use SDK 38, and I’ve been unable to get it to run locally on two different android devices. I’ve been running into:
console: error: React Native version mismatch
JavaScript version: 0.62.2
Native version: 0.61.4
Just for fun, I ran expo build:android
just to see if the APK generated would work, and it in fact does. So I have a feeling this is either an issue with the expo CLI or the app?
I’ve completely deleted and reinstall node_modules
, ran yarn cache clean --all
, tried upgrading using expo upgrade
and tried just upgrading to react-native
to 38.0.2 manually in the package.json and rerunning yarn. Still getting the same error.
Both android devices say their Expo app supports 35, 36, 36, 38, and the client version is 2.16.1.
Currently running expo-cli v3.22.3, WSL2 Ubuntu 20.04. I’ve also tried running expo start -c
, but still getting the same error.
Any tips?