You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times we want to handle focus scrolling ourselves, so want to disable the auto scroll by ScrollView. I asked this question on StackOverflow as well but no working solutions yet - https://stackoverflow.com/q/72157546/1828637
Discussion points
Does anyone have a solution on how to disable this in scroll view? I did create a custom scroll view with reanimated however it uses pan gesture handler and that conflicts with TextInput as seen here - software-mansion/react-native-gesture-handler#668