Skip to content

Commit 3808aa6

Browse files
committed
Merge branch 'main' of github.com:baronha/react-native-multiple-image-picker into main
2 parents 1452782 + 89fe3ab commit 3808aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7474
See [options](#Options)
7575
```js
76-
import MultipleImagePicker from "react-native-multiple-image-picker";
76+
import MultipleImagePicker from "@baronha/react-native-multiple-image-picker";
7777
// ...
7878
const response = await MultipleImagePicker.openPicker(options);
7979
```

0 commit comments

Comments
 (0)