Skip to content

Allows React Native apps to received shared content from other apps

License

Notifications You must be signed in to change notification settings

TeletronicsDotAe/react-native-sharewithapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-sharewithapp

Share images with React Native app

Installation

Supported Platforms

  • Android

Usage

Android setup

Add the following to the AndroidManifest.xml file:

 <intent-filter>
        <action android:name="android.intent.action.SEND" />
        <category android:name="android.intent.category.DEFAULT" />
        <data android:mimeType="image/*" />
    </intent-filter>

Requirements

Permissions

About

Allows React Native apps to received shared content from other apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published