Skip to content

Commit

Permalink
fix: update selected_emojis.md (docs) (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnwk authored Mar 25, 2024
1 parent 6a26789 commit a010d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/documentation/Examples/selected_emojis.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this feature you have to pass a [selectedEmojis](/docs/api/modal#selected
When you provide selectedEmojis array, `onEmojiSelected` callback will also return `alreadySelected` boolean indicating whether pressed emoji was already selected or not.

```jsx
import EmojiPicker from 'rn-emoji-keyboard'
import EmojiPicker, { EmojiType } from 'rn-emoji-keyboard';

const ExampleComponent = () => {
// ...
Expand Down

0 comments on commit a010d3a

Please sign in to comment.