0.0.8 • Published 6 years ago
react-native-images-share v0.0.8
npm i react-native-images-shareimport ShareImages from 'react-native-images-share';Simple as calling:
ShareImages.show({
images: [''], // list images base64 or pdf base64
exclude: [''],
isPDF: true | false
});Note:
images is list base64 of images. Example: '3hG2424HYu23...', 'Hy234hhj234g...', ...
Example:
Try an example in repos. This is some screenshots:
- Share button
- iOS:

- android:

- Share View
- iOS:

- android:
