You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please look into the pre-release third version of the library. It allows you to use the original TextInput component instead of the MentionInput wrapper, and probably could help you in your case.
In Android when we are trying to use
MentionInput
we are facing an issue, so Input pushes tab bar before it hidesI tried several solutions
adjustResize
in our AndroidManifest so I tried to change that toadjustPan
, but it didn't helpKeyboard
and hide programmatically tab bar when Keyboard is shown, didn't helpKeyboardAvoidingView
but it didn't help cz I think we had to wrapInputText
withKeyboardAvoidingView
and notMentionInput
.The text was updated successfully, but these errors were encountered: