react-native-share-file
v1.0.4
Published
Share a file for React Native
Downloads
109
Maintainers
Readme
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
.