From 55ae233a94d84655f3cec5a058fa5b1eccf8532b Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Fri, 30 Jul 2021 13:23:55 +0200 Subject: [PATCH] docs: fix table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa036f..38a453c 100644 --- a/README.md +++ b/README.md @@ -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 |