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

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

Error with multi textinput #520

Open binhit92 opened 2 years ago

binhit92 commented 2 years ago

Hi everyone! I'm getting this error while run on ios (React Native) Issue Video :

https://user-images.githubusercontent.com/47802928/147170796-b79e47b8-bbc1-4391-9796-aa9b933ded57.mp4

I have used these props:

keyboardShouldPersistTaps={"handled"}

Bogdan2904 commented 2 years ago

is there any solution?

ssukru commented 2 years ago

Adding extraScrollHeight helped me, but when I tap to another input (not every input component, I am not be able to describe the difference) it still scrolls back and forth on the Y axis. At least, my input component will be visible with adding a little bit extra scroll height.