You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to link with react-native link react-native-fbsdk, i get the following error:
Scanning 561 folders for symlinks in /Users/youri/atlacarte-mobile/node_modules (5ms)
rnpm-install info Android module react-native-fbsdk is already linked
rnpm-install info Linking react-native-fbsdk ios dependency
rnpm-install ERR! Something went wrong while linking. Error: Expected "/*", "//", or "{" but "<" found.
Please file an issue here: https://github.com/facebook/react-native/issues
Expected "/*", "//", or "{" but "<" found.
0.6.0 does not fail.
The text was updated successfully, but these errors were encountered:
This has been a long standing issue with react-native-fbsdk. The current working solution is to simply stay on 0.6.0 - although I believe there are various issues with building android while on 0.6.0 in with RN 0.47+.
Updated to 0.6.1
When i try to link with
react-native link react-native-fbsdk
, i get the following error:0.6.0 does not fail.
The text was updated successfully, but these errors were encountered: