-
Wietse Kuipers authoredWietse Kuipers authored
README.md 627 B
New and improved ThaliApp
Installation
Requirements
- Node (Some package managers might ship version that are too old)
- Yarn
- Android development environment set up according to this guide
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
.
##Debugging
Open the console with react-native log-android
.