при запуске приложения на симуляторе ios появляется следующая ошибка. This version of the Expo app is out of date. Uninstall the app and run again to upgrade.
This version of the Expo app is out of date. Uninstall the app and run again to upgrade.
Вот как я пытался обновить expo-cli, но не удачно
-
npm update -g
-
yarn add global expo-cli
-
npm uninstall expo-cli
-
npm cache clean --force
-
yarn add global expo-cli
Вот app.json
"expo": {
"name": "firebase-reacte-native",
"slug": "firebase-reacte-native",
"privacy": "public",
"sdkVersion": "32.0.0",
"platforms": [
....
Вот package.json
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
}
Все, что я хочу сделать, это запустить ios-simulator без сообщения об ошибке на ios simulator, так как there was a problem loading the requested app. The experience you requested requires a newer version of the Expo Client app.
there was a problem loading the requested app. The experience you requested requires a newer version of the Expo Client app.