Welcome to the best app in the world!!
- See React Native: Environment Setup to install required tools.
- Create a
.env.local.json, in the root directory. This is a file used in dev only for pre-filling in your api key details. - Run
npm install - Your ready to start using the best app in the world.
- Install XCode (either from App Store or Apple Developer Portal)
- Install Cocoapods (if it isn't already)
sudo gem install cocoapods
- Install Pods
cd ./iospod install(this may take a bit of time, this will also need to be done after every native package update too)
- Open the
./iosfolder project with XCode- Follow the steps to obtain development certificates in the section below: Code Signing
- Done.
- Run
yarn start(starts metro bundler) - Run the app from
XCodeonto a specified device or simulator.
- Run
- Make sure Android Studio is downloaded & setup
- Double check you have the correct SDK version and System Image from the React Native Docs
- Done.
- Run
yarn start(starts metro bundler) - Run
yarn android(builds the application - if a simulator is running it should build to the connected device) or Run the app fromAndroid Studio
- Run