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
GeekyAnts/NativeBase#1980
The text was updated successfully, but these errors were encountered:
For reference, here's how they fixed it in the original Ignite Boilerplate https://github.com/infinitered/ignite-ir-boilerplate-andross/pull/185/files
Sorry, something went wrong.
I replaced line 40 in package.json;
package.json
40. "react-navigation": "^1.0.0-beta.9",
with
40. "react-navigation": "1.0.0-beta.9",
This makes sure only version 1.0.0-beta.9 is installed, not making any update to the react-navigation package.
1.0.0-beta.9
react-navigation
Hope it helps!
No branches or pull requests
GeekyAnts/NativeBase#1980
The text was updated successfully, but these errors were encountered: