File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ yarn add @baronha/react-native-multiple-image-picker
2525```
2626
2727### iOS
28- > Don't forget the Privacy Description in ` info.plist ` .
28+ > Don't forget the Privacy Description in ` info.plist ` and add file ``` .swift ``` in your project (and create bridging header file swift) .
2929 <img src="./files/privacy-iOS.png">
3030
3131``` sh
@@ -73,7 +73,7 @@ Here are some related issues in the RN repo: [Issue 30202](https://github.com/fa
7373## Usage
7474See [ options] ( #Options )
7575``` js
76- import MultipleImagePicker from " react-native-multiple-image-picker" ;
76+ import MultipleImagePicker from " @baronha/ react-native-multiple-image-picker" ;
7777// ...
7878const response = await MultipleImagePicker .openPicker (options);
7979```
You can’t perform that action at this time.
0 commit comments