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

ExtraHeight property is neglected when typing #575

Open AlaaMX opened 6 months ago

AlaaMX commented 6 months ago

Hello, the intended usage of the scrollView component is working as expected, however when I start typing the extraHeight property is neglected thanks in Advance.

https://github.com/APSL/react-native-keyboard-aware-scroll-view/assets/42347104/b213ee2a-eaec-4be1-bb1c-a2ecd5f54694

kanavbadwal commented 6 months ago

Check this link out, https://stackoverflow.com/questions/67316681/how-to-add-properties-in-androidmanifest-in-react-native-app-built-with-expo

I had the same issue. Then, I removed "softwareKeyboardLayoutMode": "pan" from app.json.