We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558ffab commit a617010Copy full SHA for a617010
README.md
@@ -123,9 +123,9 @@ Here are some related issues in the RN repo: [Issue 30202](https://github.com/fa
123
See [options](#Options)
124
125
```js
126
-import MultipleImagePicker from '@baronha/react-native-multiple-image-picker';
+import { openPicker } from '@baronha/react-native-multiple-image-picker';
127
// ...
128
-const response = await MultipleImagePicker.openPicker(options);
+const response = await openPicker(options);
129
```
130
131
## Options
0 commit comments