*[Node](https://nodejs.org/en/)(Some package managers might ship version that are too old)
*[Yarn](https://yarnpkg.com/)
* Android development environment set up according to [this guide](https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment)
## Setup
`yarn install`
## Starting the app
Ensure that the development server is started with `react-native start`.
Deploy the app on a running emulator or connected Android Phone with `react-native run-android`.