Skip to content

Instantly share code, notes, and snippets.

@grabbou
Created October 26, 2015 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grabbou/6146240a04bdd63d44ee to your computer and use it in GitHub Desktop.
Save grabbou/6146240a04bdd63d44ee to your computer and use it in GitHub Desktop.
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