Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 582 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 582 Bytes

React Native, Expo, NativeWind, and TypeScript

Requirements

Then, you can run locally in development mode with live reload:

yarn start
# Or
yarn ios
# Or
yarn android

This will open the app in the iOS simulator or Android emulator.

Testing with Jest

To run the unit tests, run the following command:

yarn test