@blackplate/react-native-share-story
v0.3.0
Published
Share to an Instagram Story
Downloads
2
Readme
react-native-share-story
Share to an Instagram Story
Installation
yarn add react-native-share-story
Info.plist
- add
instagram-stories
to theLSApplicationQueriesSchemes
key 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