From 82b25ff55f923473a1a9c124c598322dc8cf20dd Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 13 Apr 2023 11:20:26 -0300 Subject: [PATCH] Added troubleshooting section to docs solving extra space problem --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bee9478..abcabe2 100644 --- a/README.md +++ b/README.md @@ -162,3 +162,6 @@ All the `KeyboardAccessoryView` props will be passed. ## Known Issues - Accessory doesn't follow keyboard when closed with drag gesture. + + ## Troubleshooting + - Extra space when using with BottomTabs from React-Navigation. A [solution](https://github.com/ardaogulcan/react-native-keyboard-accessory/issues/47#issuecomment-820056381) found is to hide the TabBar when the keyboard is open. Check issue [#47](https://github.com/ardaogulcan/react-native-keyboard-accessory/issues/47).