An open API service indexing awesome lists of open source software.

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

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)