Last project of the React Nanodegree by Udacity, tested on the iPhone through Expo.
- In order to run this project you should have the expo-cli globally installed through
npm i -g expo-cli
- Install the dependencies through
npm install
oryarn install
- You can now start the project by either running
npm run start
oryarn start
- You're expected to run the expo app on your phone or use an emulator.