Skip to content

Commit

Permalink
Share - title is not a valid attribute in iOS (facebook#1483)
Browse files Browse the repository at this point in the history
* Share - title is not a valid attribute in iOS

facebook#27306

* Share - title is not a valid attribute in iOS

facebook#27306
  • Loading branch information
jeswinsimon authored and rachelnabors committed Dec 2, 2019
1 parent 54eebe3 commit baf709c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ In Android, Returns a Promise which always be resolved with action being `Share.
### Content

- `message` - a message to share
- `title` - title of the message

#### iOS

- `url` - an URL to share

At least one of URL and message is required.

#### Android

- `title` - title of the message

### Options

#### iOS
Expand Down

0 comments on commit baf709c

Please sign in to comment.