react-native-multiple-image-picker
react-native-multiple-image-picker copied to clipboard
fix Type mismatch openPicker using singleSelectedMode
fix #131
I fixed index.d.ts for TypeScript.
At project using TypeScript, types are correctly inferred as shown in following VS Code screenshot.
| before | after |
|---|---|
In addition, I added sample code for the TypeScript case to README.
| README |
|---|
Thanks to approve it!