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
package.json
In package.json we have to update the version of react-native from 0.58.6 to 0.60.6 otherwise react-native-fbsdk throws dependencies issues.
react-native
0.58.6
0.60.6
react-native-fbsdk
Likewise we have to upgrade the version of react from 16.12.0 to 16.8.6 to make npm install work.
react
16.12.0
16.8.6
npm install
PS: I have raised a PR for this issue, please have a look into it also, hope it will be helpful :)
The text was updated successfully, but these errors were encountered:
Hi, Is this issue available
Sorry, something went wrong.
If this issue available Pls assign it to me
No branches or pull requests
In
package.json
we have to update the version ofreact-native
from0.58.6
to0.60.6
otherwisereact-native-fbsdk
throws dependencies issues.Likewise we have to upgrade the version of
react
from16.12.0
to16.8.6
to makenpm install
work.PS: I have raised a PR for this issue, please have a look into it also, hope it will be helpful :)
The text was updated successfully, but these errors were encountered: