Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upgrade expo sdk to specific version

I want to upgrade my expo sdk version step by step as recommended in the documentation. These are the instructions:

  1. Update to the latest version of Expo CLI: npm i -g expo-cli. [email protected] or greater is required.
  2. Update to the latest version of EAS CLI if you use it: npm i -g eas-cli.
  3. Run expo upgrade in your project directory.

I want to go from version 42 to version 43 and not to the last version 44. Is this possible?

Thanks a lot in advance

like image 278
Natalia Avatar asked Sep 02 '25 17:09

Natalia


1 Answers

Try this

expo upgrade 43

This should solve your problem!

like image 85
Tomas Balaguer Avatar answered Sep 05 '25 16:09

Tomas Balaguer