First, you should clone this repository.
After that install npm dependencies with yarn
Run yarn android
or yarn ios
You may have to run yarn start
separately on linux to start metro server.
To run jest tests use yarn test
To run eslint use yarn lint