In Android keyboard shifts the tab bar up.
reactnativedevelopers opened this issue · 1 comments
reactnativedevelopers commented
bhavika162 commented
Config your AndroidManifest.xml with below line.
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" (add this line inside <activity.. /> section. )