-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
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
react-native link react-native-fbsdk not working in Windows with Android Studio #17451
Comments
+1 Running into this when following the documentation exactly. Windows 10 |
+1 Windows 10 |
I was able to get around this by doing |
My setup:
Can confirm what @nmerchant said.
Fixed with:
I also encountered The following links helped: References:
For version locking your fbsdk if you modified it.
I'll update with notes later, time for dinner lmao. |
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
I am having this problem. Any development on this? |
I'm on v0.55.3 and I can confirm that using |
+1 (v0.55.4) |
I am encountered the same error on However mine was fixed when I used |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: Windows 8.1
Node: 8.1.3
Yarn: 1.3.2
npm: 4.6.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 2.3.0.0 AI-162.3871768
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.51.0 => 0.51.0
Target Platform: Windows, Android Studio 2.3.1
Steps to Reproduce
Expected Behavior
Those are the exact steps from the official documentation at https://developers.facebook.com/docs/react-native/getting-started.
I expected to install the Facebook SDK. I want to do a login in a React Native project.
(Write what you thought would happen.)
Actual Behavior
The errors are above in steps 4 and 5
Reproducible Demo
https://www.dropbox.com/s/iy9ppsydw15h028/demoapp1.zip?dl=0
The text was updated successfully, but these errors were encountered: