We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title says it all, upgraded from 1.0.0, was getting some import issue so I did npm cache clear --force && expo start -c
npm cache clear --force && expo start -c
Could it be similar to react-native-picker/picker#45 ?
Expo CLI 3.21.1 environment info: System: OS: Windows 10 10.0.18363 Binaries: Node: 14.3.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.5 - C:\Program Files\nodejs\npm.CMD npmPackages: expo: ^37.0.12 => 37.0.12 react: ^16.9.0 => 16.9.0 react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4
The text was updated successfully, but these errors were encountered:
You need to use expo compatible versions with expo install react-native-safe-area-context. You can't upgrade to latest versions.
expo install react-native-safe-area-context
Sorry, something went wrong.
Okay
Is there a list of expo compatible versions somewhere?
same in Android with RN cli
No branches or pull requests
Title says it all, upgraded from 1.0.0, was getting some import issue so I did
npm cache clear --force && expo start -c
Could it be similar to react-native-picker/picker#45 ?
The text was updated successfully, but these errors were encountered: