1.0.4 • Published 5 years ago

react-native-share-file v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

React Native Share File

Share with a file for React Native This package calls UIDocumentInteractionController for IOS to share the file.

import RNShareFile from 'react-native-file-share'

RNShareFile.share({
    url:localFilePath
})

To share a remote file, download with react-native-fs.