TagTeam
An RFID-enabled cashless payment solution for the homeless.
Base dependencies
- axios for networking.
- PropTypes to type-check our components exposed properties.
- React-Native-Config to manage envionments.
- React-Navigation navigation library.
- React-Native-Localization for string localization.
- Redux for state management.
- Redux-Persist as persistance layer.
- Redux-Thunk to dispatch asynchronous actions.
- Reselect the selector library for redux.
- Jest and Enzyme for testing.
Usage
- Go to project's root folder and run
npm install
. - Go to iOS folder and run
pod install
. - Run
react-native run-ios
orreact-native run-android
in project root folder to start the application!