The instructions for performing this activity are available in this document.
To run the app, make sure you have XCode and/or Android Studio installed and configured and execute one of the following:
npm run ios
npm run androidTo check types, execute:
npm run ts:checkTo run the tests, execute:
npm run test...or with watch:
npm run test:watch