Skip to content

Latest commit

 

History

History

Install Dependencies

yarn install

Run iOS in debug mode

yarn run ios:run:debug

Run iOS in release mode yarn run ios:run:release

Run Android in debug mode

yarn run android:run:debug

Run Android in release mode

yarn run android:run:release

Test

yarn test

Lint

yarn run lint