/React-Native-Sample-With-Redux

React Native Sample App with Redux

Primary LanguageObjective-C

Sample App React Native

Reference: https://github.com/JulianCurrie/CwC_React_Native/tree/redux_tutorial

Initial Setup

* npm install -g react-native-cli
* npx react-native init <projectName>
* cd <projectName>

React Native macOS App

* <https://microsoft.github.io/react-native-windows/docs/rnm-getting-started>
* npx react-native-macos-init
* cd macos && pod install && cd ..
* npx react-native run-macos

React Native Windows App

* <https://microsoft.github.io/react-native-windows/docs/getting-started>
* 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