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
The text was updated successfully, but these errors were encountered:
I am getting this error too
Sorry, something went wrong.
I worked around this by making a local copy of @expo/ngrok, adding restrict: false to the postinstall.js, running yarn, yarn link.
restrict: false
yarn
yarn link
And then in the NativeBase-KitchenSink yarn link @expo/ngrok
yarn link @expo/ngrok
But then the Expo Android client complains "32.0.0 is not a valid SDK version", so it's probably best to upgrade this repo to a newer SDK.
No branches or pull requests
The text was updated successfully, but these errors were encountered: