APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Android soft keyboard pushing absolute-positioned header component off the screem #466

Closed Maharshi01 closed 3 years ago

Maharshi01 commented 3 years ago

When textinput is focused which is in the region of the keyboard(i.e., at the bottom of the screen) keyboard is pushing the header component out of the screen, this issue is not occuring in iOS.

P.S. I set android:windowSoftInputMode="adjustPan" is the AndroidManifest