Closed
Description
Environment
react-native -v
: react-native-cli: 2.0.1
react-native: 0.44.3node -v
: v6.11.0npm -v
: 3.10.10
Then, specify:
- Target Platform: iOS
- Development Operating System: macOS
- Build tools: Xcode
Steps to Reproduce
(Write your steps here:)
- rnpm link react-native-fbsdk
Expected Behavior
Normally it should output something like 'iOS module react-native-fbsdk successfully linked'
Actual Behavior
If I am trying to use the Facebook Login Button in the App I am just getting a red square instead of the button
What did I try to fix the issue?
I have gone through a few issue reports on here and on some Stackoverflow questions where other people have experienced similar problems, but none of the things listed below worked for me:
- Clean Xcode project
- Delete node_modules and run npm install again