Version of Expo

How can I install a specific version of Expo-cli? For example a colleague developed an application in expo 3.11.3 and when I run it on 3.17 there is a bug and it does not run.

This is unlikely to be because of the version of expo-cli.

But if you want to give it a try, you do it like this:

npm install -g expo-cli@3.11.3

I suggest you find out as much as you can about the bug you mentioned and then post about it here.

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