React-native-keyboard-aware-scroll-view: Half of textfield hidden when keyboard is visible on iPhone X

Created on 27 Jun 2018  路  4Comments  路  Source: APSL/react-native-keyboard-aware-scroll-view

screen shot 2018-06-27 at 8 16 48 am

A video of the issue:
Keboard hides textfield.zip

I just updated to the most recent version of the package (0.6.0) and have only found this to be an issue on the iPhone X, no other device or operating system. The first time I tap on a textfield, the keyboard moves as expected. It is when I tap on a textfield above that the keyboard hides exactly half of the textfield.

Most helpful comment

It still doesn't work.

"react-native": "0.55.4"
"react-native-keyboard-aware-scroll-view": "0.8.0",

All 4 comments

I'm facing same issue and fixed it like

KeyboardAwareScrollView extraScrollHeight={20}

@alvaromb using extraScrollHeight would solve this issue perfectly if the PR could be accepted fixing the extra space at the bottom of the view once the keyboard is dismissed.

Please test the latest version, should be fixed.

It still doesn't work.

"react-native": "0.55.4"
"react-native-keyboard-aware-scroll-view": "0.8.0",
Was this page helpful?
0 / 5 - 0 ratings