I want to upgrade my expo sdk version step by step as recommended in the documentation. These are the instructions:
- Update to the latest version of Expo CLI: npm i -g expo-cli. expo-cli@4.12.8 or greater is required.
- Update to the latest version of EAS CLI if you use it: npm i -g eas-cli.
- 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