This is actually snappier and better verison of the booking app ;-)
- Expo SDK 49
- React Native
- React Navigation
- Expo Vector Icons
- Expo Maps
- Expo Location
- Redux
- Redux Thunk
- Redux Persist
- Async Storage
The app is available for download in .apk format for android devices in the following link : https://d
This is the best thing about the app is that it is a TDD (Test Driven Development) app. All the tests are written in Jest and Enzyme. The tests are written for all the components and the redux actions and reducers. The tests are written in the following folders:
-
__tests__
folder in the root directory -
__tests__
folder in thesrc
directory -
__tests__
folder in thesrc/components
directory -
__tests__
folder in thesrc/actions
directory -
__tests__
folder in thesrc/reducers
directory
this is the best thing abot the app ig