- Make sure you have Cocoapods version > 1.0
- run
cd ios && pod install
- use
Juno.xcworkspace
for this project.
- open
Libraries/RCTWebsocket.xcodeproj
in Xcode - Under build settings tab, delete the custom compiler flags where it says other warning flags, get rid of the two flags there
- Download the Facebook iOS SDK from here: https://developers.facebook.com/docs/ios
- Extract the zip file to your home directory:
~/FacebookSDK
- If you dont already have it installed, run
npm install -g react-native-cli
- In the root of the project, run
npm i; react-native run-ios