Keyboard adds extra space on iOS #76
-
Hi! I am using react-navigation/bottom-tabs and the chat is in one of the tabs. When opening the keyboard on iOS extra space is added with, what seems to be, the same height as the bottom tabs. On Android the bottom tabs are displayed there, but that is not how iOS should behave. My chat screen does not make use of SafeAreaView or anything like that. Do you know of a way to get rid of the extra space? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! Chat wasn't supposed to be used on a tab bar itself + I am not actively maintaining this right now, it comes from a safe area. Better to fork it and change manually. |
Beta Was this translation helpful? Give feedback.
Hey! Chat wasn't supposed to be used on a tab bar itself + I am not actively maintaining this right now, it comes from a safe area. Better to fork it and change manually.