Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard pushes tab bar #123

Open
edapess opened this issue Aug 21, 2023 · 3 comments
Open

Keyboard pushes tab bar #123

edapess opened this issue Aug 21, 2023 · 3 comments
Labels
help wanted Extra attention is needed v3 Feature and fixes for the major v3 release

Comments

@edapess
Copy link

edapess commented Aug 21, 2023

In Android when we are trying to use MentionInput we are facing an issue, so Input pushes tab bar before it hides

I tried several solutions

  1. at first we had adjustResize in our AndroidManifest so I tried to change that to adjustPan, but it didn't help
  2. other workaround was to listen to Keyboard and hide programmatically tab bar when Keyboard is shown, didn't help
  3. tried to use KeyboardAvoidingView but it didn't help cz I think we had to wrap InputText with KeyboardAvoidingView and not MentionInput.
@fukemy
Copy link

fukemy commented Sep 8, 2023

tabBarOptions={{
      keyboardHidesTabBar: true
   }}  

@edapess
Copy link
Author

edapess commented Sep 15, 2023

tabBarOptions={{
      keyboardHidesTabBar: true
   }}  

it's the first thing I checked, I open this issue cz I tried all possible things that are available

@dabakovich
Copy link
Owner

Hey @edapess, thanks for your feedback!

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.

@dabakovich dabakovich added help wanted Extra attention is needed v3 Feature and fixes for the major v3 release labels Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed v3 Feature and fixes for the major v3 release
Projects
None yet
Development

No branches or pull requests

3 participants