Skip to content

Commit

Permalink
Merge pull request #30 from ex7r3me/onPressClose_docs
Browse files Browse the repository at this point in the history
Add onPressClose to README
  • Loading branch information
johnsenpeder authored Sep 20, 2018
2 parents 176ffb1 + e296814 commit 8df8c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { Picker } from 'emoji-mart-native'
| **onClick** | | | Params: `(emoji, event) => {}`. Not called when emoji is selected with `enter` |
| **onSelect** | | | Params: `(emoji) => {}` |
| **onSkinChange** | | | Params: `(skin) => {}` |
| **onPressClose** | | | Trigger when user press back button
| **perLine** | | `9` | Number of emojis per line. While there’s no minimum or maximum, this will affect the picker’s width. This will set *Frequently Used* length as well (`perLine * 4`) |
| **i18n** | | [`{…}`](#i18n) | [An object](#i18n) containing localized strings |
| **native** | | `false` | Renders the native unicode emoji |
Expand Down

0 comments on commit 8df8c0a

Please sign in to comment.