Install dependencies:
npm i
Start packager:
npm start
Run the app:
npm run ios
If you prefer Xcode rather than command line:
- open
./ios/COAktau.xcodeproj
in Xcode - select a simulator or a device
- hit the Run button
Have an Android emulator running (quickest way to get started), or a device connected
Run the app:
npm run android