Does expo upgrade on all project once i upgrade one of them?

I have two project created with expo. One of them has expo sdk 31 and the other has expo sdk 32. I upgraded the one with 31 to 33, ran npm install and started it. Never did I publish or anything on that project. I had some new changes that i wanted to publish on the sdk 32 project. When I published them the project broke giving me “javascript version mismatch”. I have not updated expo-cli nor have i changed anything related to expo on the other project. Managed to fix this by reinstalling node_modules. Does anybody have any ideea why this happens and how can I prevent it?

Hey @sprybase,

Please see this flow chart to get a better understanding of how OTA updates are distributed.

Cheers,
Adam

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