Created
October 26, 2015 11:38
-
-
Save grabbou/6146240a04bdd63d44ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {ActivityViewManager} from 'NativeModules'; | |
ActivityViewManager.share({ | |
text: 'Hey, I have just ordered 10 pizzas from RN app', | |
exclude: ['airDrop', 'postToFacebook'] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment