This is our mobile repository. It contains the React Native app.
Check out the tools, client, server and api docs repositories.
If you run OSX then download the iOS FacebookSDK and unzip the archive to ~/Documents/FacebookSDK
- Run
yarn install
- Run
react-native link
- Run
cd ios && pod install
- Install react-native-debugger
- Run
yarn debug
- Shake the device and tap
Debug JS Remotely
- Packager fails to resolve aliases at first run. Do
yarn start:reset
instead ofyarn start
at first launch. Same applies when running the app withreact-native run-ios
orreact-native run-android
. Kill the packager and typeyarn start:reset