Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).