React Native app to solve the challenge. This project uses pure React-Native, no Expo.
- Clone the repo.
- Inside the directory run
npm install
. - Run
npx react-native link
. - For iOS must run
cd ios && pod install
.
- react-navigation v5
- react-native-linear-gradient
- formik
react-test-renderer and react-native-testing-library were used to snapshot testing of components and simple ui testing.
- Run
npm run test
to see results.