This React Native application served as an assignment to the third project in Udacity's React Nanodegree - Part: React Native
To launch the application simple run the following commands
yarn install
yarn startor, if you don't have yarn installed, simply run the following npm scripts
npm install
npm startIn order to execute the application on a device you need to install the Expo client application, which can be downloaded from both, Apple's App Store and Google's Play Store. Just follow the instruction that get printed to the console when running either yarn start or npm start.
This application has been tested in development mode on both iOS and Android devices.