- Node V16.13.0 or later
- NPM v8.5.4 or later
- Yarn v1.22.17 or later
- Android Studio 2021.1.1 or later
- Xcode 13.2.1 or later
- Run
npm i -g yarnto install yarn. - Run
yarn prepareto install GitHooks - Run
yarn startto run the React-Native app. - Run
yarn testto run the tests. - Run
yarn lintto run the linter. - Run
yarn formatto format the code.