Skip to content
Snippets Groups Projects
Gijs Hendriksen's avatar
Gijs Hendriksen authored
Update react native to 0.58

Closes #78

See merge request !231
4ce9022f
History

ThaliApp

pipeline status coverage report Android: BuddyBuild iOS: BuddyBuild

The new and improved ThaliApp. Because there's an App for Everything.

Getting started

  1. Get at least the latest Node LTS version
  2. Install the Yarn package manager
  3. Set up the Android (and/or if you're running macOS: iOS) development environment using this guide
  4. Clone this repository
  5. Run yarn install to get all the required dependencies
  6. Start the development server using yarn start
  7. Deploy the app on a running emulator or connected Android device by running yarn start:android

Logging and debugging

Reading the basic logs is easy, you can run yarn log:android or yarn log:ios to oen the standard log output in your terminal. Follow this guide for more advanced debugging.