react-native-images-share

0.0.8 • Public • Published
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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i react-native-images-share

Weekly Downloads

2

Version

0.0.8

License

ISC

Unpacked Size

1.27 MB

Total Files

140

Last publish

Collaborators

  • vominhhuy