This is a React Native template mainly created to start projects without need any configurations.
This template use the bare workflow from expo read more: https://docs.expo.dev/bare/exploring-bare-workflow/
After clone the repository run:
yarn
To start your project you can just use expo commands
expo start
To run test routine:
yarn test
Run test in watch mode:
yarn test:watch