UNPKG

react-native-file-share-intent

Version:

Adds the app to share menu, so it can be launched from share menu and receive data from other apps

6 lines (3 loc) 127 B
import { NativeModules } from 'react-native'; const { RNFileShareIntent } = NativeModules; export default RNFileShareIntent;