0.0.8 • Published 4 years ago

react-native-images-share v0.0.8

Weekly downloads
10
License
ISC
Repository
github
Last release
4 years ago
npm i react-native-images-share
import 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: ScreenShot
  • android: ScreenShot
  • Share View
  • iOS: ScreenShot
  • android: ScreenShot