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

KeyboardAwareScrollView scrolls to top when keyboard dissapears #554

Open bekatd opened 1 year ago

bekatd commented 1 year ago

Even with enableResetScrollToCoords={false} KeyboardAwareScrollView scrolls to top when keyboard dissapears

www_screencapture_com_2022-9-30_11_22.webm

MaxInMoon commented 1 year ago

@bekatd did you find out why it does that ??

bekatd commented 1 year ago

Hey @MaxInMoon I don't really remember what was exact solution, but if my memory doesn't trick me there was another (hidden) component wrapped by keyboard aware scroll view on the same acreen and it was causing scroll. Hope it will help you somehow