https://github.com/ps0305/rn-assignmt
react-redux-saga app with Search and product-list Tab
https://github.com/ps0305/rn-assignmt
react-native react-native-component redux-middleware redux-saga sagas
Last synced: about 2 months ago
JSON representation
react-redux-saga app with Search and product-list Tab
- Host: GitHub
- URL: https://github.com/ps0305/rn-assignmt
- Owner: ps0305
- License: unlicense
- Created: 2018-09-05T10:00:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T13:57:32.000Z (over 6 years ago)
- Last Synced: 2025-08-07T18:35:36.319Z (11 months ago)
- Topics: react-native, react-native-component, redux-middleware, redux-saga, sagas
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
> FOR API
```bash
git clone https://github.com/baluragala/mock-retail-api.git
cd mock-retail-api
npm install
npm start
```
* make sure you have create-react-app CLI with node(LTS).
* Read [React Native CLI Quickstart](https://facebook.github.io/react-native/docs/getting-started) to understand project setup with [react-native](https://facebook.github.io/react-native/)
* move to src directory and do `yarn` or `npm-install` to install dependencies.
* to run on android emulator using android studio run
```bash
react-native run android
```
* for simulator related details check [Running On Simulator](https://facebook.github.io/react-native/docs/running-on-simulator-ios)