New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-files-share

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-files-share

Multiple images, pdf share

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source
npm i react-native-files-share --save

or

yarn add react-native-files-share --save

with React Native < 0.60

react-native link react-native-files-share

Let using:

import ShareImages from 'react-native-files-share';

Simple as calling:

ShareImages.show({
  images: [''], // list images base64 or pdf base64
  exclude: [''],
  isPDF: true | false,
  title: "" // remove if use default 
});

Note:

images is list base64 of images. Example: ['3hG2424HYu23...', 'Hy234hhj234g...', ...]

Example:

Try an example in repos. This is some screenshots:

  • iOS: ScreenShot
  • android: ScreenShot

Keywords

react-native

FAQs

Package last updated on 18 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts