Bitnation Pangea Mobile Client

Build Status Coverage Status

Development

Git & best practice

  • We use this workflow
  • PLEASE prefix your commit's with a topic like this: [git] blacklisted .idea
  • Write test's for your code

Run the project

  1. We are using yarn for the development so run yarn to install the dependencies
  2. Run yarn run ios or yarn run android to start the emulator

Available commands:

Run yarn to see all command's

Project structure

  • ./src/components/common contain's all common components like e.g. a "header" component.
  • ./__tests__ contain's all the test's