- Node.js 14+ (recommended version: 18.x)
- npm or (YARN IS VERY RECOMMENDED)
- iOS Simulator
- Android Studio Emulator
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.
To run the unit tests, run the following command:
yarn test