'Expo React-Native IOS simulator not working due to version incompatibility
Solution 1:[1]
that's happening because every few versions that Expo is updated, they deprecate the oldest one.
To fix this is very easy.
1 - Kill the server
2 - run expo upgrade sdk version
3 - run expo start
again.
I hope it was helpful. :)
cheers
Solution 2:[2]
Exactly. Your problem is that your project expo SDK version
is too old (which is not recommended for several reasons, one of which is that you won't be able to upload your project to the stores later).
It is recommended to always have the Expo SDK of your project updated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Pedro Elton |
Solution 2 | Samir Diaz |