File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ React Native Multiple Image Picker 多图片选择器 是一个 React Native 原
1212
1313### iOS
1414
15- 1 . Run ` npm install --save liaoyuan-io/ react-native-multiple-image-picker ` .
15+ 1 . Run ` npm install --save react-native-multiple-image-picker ` .
16162 . Add ` RCTMultipleImagePicker ` to your iOS project.
17173 . Add ` libRCTMultipleImagePicker.a ` to your ` Link Binary with Libraries ` section in ` Build Phases ` .
18184 . Add ` TZImagePickerController.bundle ` to your ` Resources ` group and ` Copy Bundle Resources ` section in ` Build Phases ` .
1919
2020### Android
2121
22- 1 . Run ` npm install --save liaoyuan-io/ react-native-multiple-image-picker ` .
22+ 1 . Run ` npm install --save react-native-multiple-image-picker ` .
23232 . Add ` new MultipleImagePickerPackage() ` to your ` getPackages ` return in ` android/app/src/main/java/com/your/path/MainApplication.java ` .
24243 . Add following to your ` android/app/src/main/AndroidManifest.xml ` :
2525 ```
You can’t perform that action at this time.
0 commit comments