React-native (expo) app consuming the Chuck API
- In the root directory, run
npm install
oryarn
to install the packages
- Start the expo server with
npm start
oryarn start
- To run the app in android emulator,
npm run android
oryarn android
- To run the app in ios simulator,
npm run ios
oryarn ios