How to update minor version of Expo?

Shall I use the instructions of the Medium article, or use npm/yarn?

Hey @spyshower,

What exactly do you mean by update minor version? Regardless, it’s usually in your best interest to follow the upgrade instructions we have in the Expo blog posts if relevant.

Cheers,

Adam

I mean, when I type ‘npm outdated’ I get that there is a minor update of Expo, eg. 31.0.3 —> 31.0.4

Hey @spyshower,

In minor releases we’re not doing any breaking changes that would require you to do anything more than just upgrading expo package. Your app should still work after this upgrade, without any changes :wink:

Thank you!

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