# add node_modules dependencies
$ yarn
# add Pod dependencies
$ npx pod-install ios
# development
$ npx react-native run-ios
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Add navigation
- Add formik and yup for forms validation
- Add sqlite, ORM and migration infrastructure
- Add CRUD for offline-auth and user session
- Configure login, user session and cryptography
- Add page for global error handling
- Download and persist all pokemons data for offline usage
- List all pokemons on screen
- Show pokemon details on screen
- Add internationalization
- Add tests coverage with jest
- Author - Stefano Soro