Mindinventory / react-native-tabbar-interaction

Tabbar Component For React-Native
https://www.mindinventory.com/react-native-app-development.php
MIT License
814 stars 171 forks source link

In Android keyboard shifts the tab bar up. #4

Closed reactnativedevelopers closed 5 years ago

reactnativedevelopers commented 6 years ago

Hi,

In Android, I am facing an issue. I have multiple TextInputs. When I click on any of the TextInput, the keyboard shifts the tab bar. I am attaching the screenshots.

screen shot 2018-09-24 at 12 32 45 am

screen shot 2018-09-24 at 12 33 12 am

Please help.

Thanks :)

bhavika162 commented 6 years ago

@reactnativedevelopers,

Config your AndroidManifest.xml with below line. android:windowSoftInputMode="stateAlwaysHidden|adjustPan" (add this line inside section. )