# ReduxForReactNativeDemo **Repository Path**: mirrors_giantss/ReduxForReactNativeDemo ## Basic Information - **Project Name**: ReduxForReactNativeDemo - **Description**: A complete demo for learning redux to use in react native - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## demonstration ![redux 基本使用](http://upload-images.jianshu.io/upload_images/5683553-edc8d5126cf1f401?imageMogr2/auto-orient/strip) 模仿官方 [Todos](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos) demo 的`react native`版。 *** ![redux Middleware使用](http://upload-images.jianshu.io/upload_images/5683553-5aac6009d041bb4d?imageMogr2/auto-orient/strip) 模仿官方 [async](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/async) demo 的`react native`版。 *** ![集成react-native-navigation后ios演示图](https://upload-images.jianshu.io/upload_images/5683553-6b2ca647d5148423.gif?imageMogr2/auto-orient/strip) ![集成react-native-navigation后android演示图](https://upload-images.jianshu.io/upload_images/5683553-c0a2e3f1e8650a6e.gif?imageMogr2/auto-orient/strip) 集成`react-native-navigation`后把前两个`domo`综合。 ## Installation and Usage ``` $ git clone https://github.com/giantss/ReduxForReactNativeDemo.git ``` ``` $ cd ReduxForReactNativeDemo ``` ``` $ npm install ``` ``` $ react-native run-ios/run-android ```