Just download the latest version of Expo XDE (2.20.1) and try to convert your own project to it. I followed these steps, and, opening the application in the Expo client on a real device, I received an error message:
undefined is not an object (rating "nativeVersion.major")
The problem occurs on both Android and iOS.
Expo seems to have a strict requirement for responsive / gender-responsive versions, but unfortunately I can't find a list of version requirements.
My current dependencies (which are fairly modern):
"react": "16.0.0",
"react-native": "0.49.3"
So, is this error really due to version conflicts? And if so, how can I solve the problem?
source
share