Mindinventory/react-native-tabbar-interaction

In Android keyboard shifts the tab bar up.

reactnativedevelopers opened this issue · 1 comments

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 :)

@reactnativedevelopers,

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