Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 475 Bytes

React Native with Expo and Bitrise

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.

Event description

Development

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