Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag04 committed Sep 19, 2015
1 parent 4caf0b6 commit 5e5320d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ ActivityView.show({
url: "URL you want to share",
imageUrl: "Url of the image you want to share/action",
image: "Name of the image in the app bundle",
anchor: React.findNodeHandle(this.refs.share), // where to show popup on ipad?
anchor: React.findNodeHandle(this.refs.share), // Where you want the share popup to point to on iPad
});
```
_Note: Only provide one image type to the options argument. If multiple image types are provided, `image` will be used._
_Note:
- Only provide one image type to the options argument. If multiple image types are provided, `image` will be used._
- anchor is optional and only applicable for ipad. popup will be centered by default if anchor is not provided.

## Example
Using Activity View in your app will usually look like this:
Expand Down

0 comments on commit 5e5320d

Please sign in to comment.