This repository is a sample application created for the workshop about using React Native in an Expo flow using Bitrise for the CI/CD tool.
This project uses yarn
and is written in Typescript
Install dependencies and run Expo locally:
yarn
yarn start
Run tests:
yarn test
# or
yarn test:watch