Expo Upgrade SDK 34

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): Android, iOS

I followed, Expo Doc to upgrade my expo sdk. When I run expo install expo-app-loading command it gave me the error: "install" is not an expo command. See "expo --help" for the full list of commands.

I simply want to change target API level for my android app. Some documents mention that it can be done with Expo SDK update. But I am stuck at this error. And do I need to run expo install command for all of the import statements that import from ‘expo’?

expo --help works for me.

Thanks

What version of expo-cli do you have installed? If it’s lower than 3.0.10, upgrade to 3.0.10. How you do this depends on whether you installed it with npm or yarn.

e.g.

$ expo --version
3.0.10

It is 2.13.0 and I have installed npm.
Thanks

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.