
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.
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",
Most helpful comment
It still doesn't work.