This is just a demo project implemented with basic redux-saga structure. This project includes firebase as a Database to store information.
- Follow these instructions to get started with react-native
- In project directory, install required npm packages with
$ npm install
or$ yarn install
- Then, run project:
For ios:
react-native run-ios
For android:react-native run-android