iOS: https://itunes.apple.com/gb/app/pride-in-london/id1250496471
Android: https://play.google.com/store/apps/details?id=org.prideinlondon.festival
- Node.js
- Watchman
- Install Yarn
$ yarn global add react-native-cli
More information on getting started can be found here: https://facebook.github.io/react-native/docs/getting-started.html under the Building projects with React Native
tab.
Clone the repository
And install dependencies
$ yarn
yarn run-ios [--simulator="iPhone X"]
yarn run-android
brew update && brew cask install react-native-debugger
Then to debug:
- Close any other debugger windows you have open
- Open the App from your Applications folder
- Start debugging in the app using one of the following methods:
Platform | Command |
---|---|
iOS | Press Cmd+R to reload, Cmd+D or shake for dev. |
Android | Double tap R on your keyboard to reload, shake or press menu button for dev menu. |