How Do I Update My Expo
Install the Latest Version of Cocoapods – 1.10. … Update to the Latest Version of Expo Cli: Npm I -G Expo-Cli. … Run Expo Upgrade in Your Project Directory...
Install the latest version of CocoaPods – 1.10. … Update to the latest version of Expo CLI: npm i -g expo-cli . … Run expo upgrade in your project directory.Update to platform :ios, ‘11.0’ in your Podfile.Update compileSdkVersion and targetSdkVersion to 30 in android/build.
How do I update my expo to the latest version?
Updating Expo Go app If you use iOS simulators and Android emulators for development, remove the existing Expo Go apps. Expo CLI will automatically create new ones when you run your project. If you have an Expo Go app on your phone, update it through Google Play or App Store.
How do I know what version of Expo I have?
- npm install -g expo-cli.
- npx expo-cli init projectName.
- cd projectName.
- npm run ios.
- npm run android.