@blackplate/react-native-share-story
v0.3.0
Published
Share to an Instagram Story
Downloads
15
Readme
react-native-share-story
Share to an Instagram Story
Installation
yarn add react-native-share-storyInfo.plist
- add
instagram-storiesto theLSApplicationQueriesSchemeskey in your app's Info.plist.
...
<key>LSApplicationQueriesSchemes</key>
<array>
...
+ <string>instagram-stories</string>
</array>
...Usage
import { isInstagramAvailable } from "react-native-share-story";
// ...
const result = await isInstagramAvailable();Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
