This project is based on React Native
-
Download or clone this repo.
-
Make sure your development environment is configured as described in the React Native documentation
-
Install dependencies:
yarn install
-
Run the bundler:
yarn start
-
While the bundler is running in its own terminal, run start the app on iOS/Android:
yarn ios yarn android