docs: fix table

This commit is contained in:
Jakub Grzywacz 2021-07-30 13:23:55 +02:00
parent e6da8adfbe
commit 55ae233a94
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ export default function App() {
| onClose | function | undefined | yes | Request close modal *runs when onEmojiSelected or backdrop pressed* |
| emojiSize | number | 28 | no | Custom emoji size |
| enableRecentlyUsed | boolean | false | no | Enable recently used emojis in categories |
| categoryPosition | 'floating' \| 'top' \| 'bottom' | 'floating' | no | Specify category container position || enableSearchBar | boolean | false | no | Enable search bar |
| categoryPosition | 'floating' \| 'top' \| 'bottom' | 'floating' | no | Specify category container position |
| enableSearchBar | boolean | false | no | Enable search bar |
| closeSearchColor | string | "#00000055" | no | Change button (cross) color for close/cancel search |
| headerStyles | TextStyle | {} | no | Override category name styles |
| knobStyles | ViewStyle | {} | no | Override knob styles |