[![build status](https://gitlab.science.ru.nl/thalia/ThaliApp-react/badges/master/build.svg)](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master) [![coverage report](https://gitlab.science.ru.nl/thalia/ThaliApp-react/badges/master/coverage.svg)](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master) New and improved ThaliApp # Installation ## Requirements * [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 `yarn run react-native start`. Deploy the app on a running emulator or connected Android Phone with `yarn run react-native run-android`. ## Debugging Open the console with `yarn run react-native log-android`.