Make sure that you have all tools installed to run a React Native application.
Once the setup is finished, clone the repository and run the following command inside the project folder to install the dependencies:
yarn install or npm install
On this step you are going to need an emulator or a device connected on your computer.
For Android devices:
react-native run-android
For iOS devices:
react-native run-ios
This project uses Jest and Enzyme for tests.
Run the command below to perform the tests:
yarn test or npm test