All the technical details of Well Ping!
Expo frequently upgrades its SDK. You should regularly check if new SDK version has been published at Expo’s website and follow the upgrade instruction. By upgrading regularly, you can avoid having deal with massive changes across multiple SDK upgrades.
After you upgrade the SDK, you should check to make sure the app still works as intended. Specifically, you could look for the following things: (though this is not a comprehensive list)
yarn test
.One important thing to notice is that over-the-air updates (through expo publish
) will not apply to the app built with an older SDK version after you upgrade the SDK version even if you publish in the same Release Channel. In another word, if you upgrade the SDK version, you have to publish a new version on App Store and Google Play; OTA updates published after an SDK update will not be reflected in the user’s existing app. Learn more about different options to publish app changes in Publishing Code Updates & Versioning.