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
What I've tried so far is running: react-native link
This throws the following error: Error: Cannot read property 'pbxprojPath' of null
After reading some suggestions, running: react-native upgrade
should fix the issue..
However, this requires to revert to an old version of react native and do the following"
You should consider using the new upgrade tool based on Git. It makes upgrades easier by resolving most conflicts automatically. To use it:
Looking for some help/assistance on this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What I've tried so far is running:
react-native link
This throws the following error:
Error: Cannot read property 'pbxprojPath' of null
After reading some suggestions, running:
react-native upgrade
should fix the issue..
However, this requires to revert to an old version of react native and do the following"
You should consider using the new upgrade tool based on Git. It makes upgrades easier by resolving most conflicts automatically.
To use it:
See https://facebook.github.io/react-native/docs/upgrading.html
react-native version in "package.json" doesn't match the installed version in "node_modules".
Looking for some help/assistance on this issue.
The text was updated successfully, but these errors were encountered: