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

https://github.com/arjuntheprogrammer/react-native-sample-with-redux

React Native Sample App with Redux
https://github.com/arjuntheprogrammer/react-native-sample-with-redux

react-native redux

Last synced: 6 months ago
JSON representation

React Native Sample App with Redux

Awesome Lists containing this project

README

          

# Sample App React Native

Reference:

## Initial Setup

* npm install -g react-native-cli
* npx react-native init
* cd

React Native macOS App

*
* npx react-native-macos-init
* cd macos && pod install && cd ..
* npx react-native run-macos

React Native Windows App

*
* npx react-native-windows-init --overwrite
* npx react-native run-windows

React Native Android App

* npx react-native run-android

React Native IOS App

* cd ios && pod install && cd ..
* npx react-native run-ios

To reset cache

* react-native start --reset-cache

To uninstall App

* adb uninstall com.samplereduxapp

Setting Up Redux

* npm install --save redux
* npm install --save react-redux
* npm install --save redux-thunk

---

## IOS SCREENSHOTS

---

## ANDROID SCREENSHOTS

---