This application was built using React Native Framework.
I added a few libraries to help me with the development process and now I will give a brief explanation of why I choose these libraries.
- add types on our components
- add styles around of our components
- to handle w/ the data around of the app using flux architecture
- to keep the last actions from the user saved. (We used this to rehydrate the store)
- to do requests for the API
$ yarn
$ yarn android
$ yarn
$ cd ios/ && pod install && cd ..
$ yarn ios