Skip to content

Commit

Permalink
Install from npm instead of github.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnjsstong committed Jan 20, 2017
1 parent 760579d commit 2bb3826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ React Native Multiple Image Picker 多图片选择器 是一个 React Native 原

### iOS

1. Run `npm install --save liaoyuan-io/react-native-multiple-image-picker` .
1. Run `npm install --save react-native-multiple-image-picker` .
2. Add `RCTMultipleImagePicker` to your iOS project.
3. Add `libRCTMultipleImagePicker.a` to your `Link Binary with Libraries` section in `Build Phases` .
4. Add `TZImagePickerController.bundle` to your `Resources` group and `Copy Bundle Resources` section in `Build Phases` .

### Android

1. Run `npm install --save liaoyuan-io/react-native-multiple-image-picker` .
1. Run `npm install --save react-native-multiple-image-picker` .
2. Add `new MultipleImagePickerPackage()` to your `getPackages` return in `android/app/src/main/java/com/your/path/MainApplication.java`.
3. Add following to your `android/app/src/main/AndroidManifest.xml`:
```
Expand Down

0 comments on commit 2bb3826

Please sign in to comment.