This repository is based on Expo
and create-react-native-app
, please follow their instructions to install everything needed on your computer before running the following commands.
You'll need yarn
in your computer to install all the app dependencies.
To install yarn
read their instructions.
$ git clone
$ cd repo-name
$ yarn
$ yarn start
The approach to this project is around functional programming, so please always test your functions with the supplied unit testing suit.
$ yarn test:flow
$ yarn test:lint
$ yarn test:unit
$ yarn test // runs all the commands together in that order