Sample react native application written in TypeScript consuming CDSGroupe REST API for hotel booking.
- React Native
- Expo
- Redux
- Saga
- React Native Elements
- Jest
- Google Places
- Google Geocoding
- CDSGroupe
API Tokens and configurations should be dropped in the config
folders
⇒ ls config
cds.token.local.json google-places.local.json logging.ts
Run the application
⇒ expo start
Run tests
⇒ npm test