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
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/react-native-sample-with-redux
- Owner: arjuntheprogrammer
- Created: 2020-06-19T18:42:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:47:50.000Z (about 3 years ago)
- Last Synced: 2025-01-26T20:29:39.846Z (about 1 year ago)
- Topics: react-native, redux
- Language: Objective-C
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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


---