0.0.19 • Published 6 years ago
native-redux v0.0.19
redux-native
Getting started
$ npm install redux-native --save
Mostly automatic installation
$ react-native link redux-native
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜redux-nativeand addReduxNative.xcodeproj - In XCode, in the project navigator, select your project. Add
libReduxNative.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainApplication.java
- Add
import com.redmatterlabs.reduxnative.ReduxNativePackage;to the imports at the top of the file - Add
new ReduxNativePackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':redux-native' project(':redux-native').projectDir = new File(rootProject.projectDir, '../node_modules/redux-native/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':redux-native')
Usage
import ReduxNative from 'redux-native';
// TODO: What to do with the module?
ReduxNative;0.0.18
6 years ago
0.0.19
6 years ago
0.0.17
6 years ago
0.0.15
6 years ago
0.0.16
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago