Source code for the Web & the React Native app for iOS and Android.
To use the version of Node set in the .nvmrc file run:
nvm install && nvm useStart React Native server:
yarn startBuild & Run the source-code with Typescript:
# Build & Run iOS
yarn start:ios
# Build & Run Android
yarn start:androidcd /Applications/Xcode.app/Contents/Developer/Applicationsopen -n Simulator.app- Go to new simulator
Hardware > Device > Chosen iOS version > and choose any of the other iOS devices
To run the tests use:
# To run the unit tests. Report is in './.coverage'
yarn test:unit
# To update snapshots
yarn test:unit -- -uyarn ts