react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
0.66.3 Not working
RN 0.66.3 Android Not working
Can't scroll at all
Can you share code on how you use it?
It crashes when I try to use a textbox
TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({ x: x, y: y, animated: animated })', 'responder.scrollResponderScrollTo' is undefined)
same. crashes after upgrade to rn 0.65.3
error is line 244:30 in KeyboardAwareHOC
responder.scrollResponderScrollTo is not a function
+1 same issue after upgrading to react-native ^0.67.5
any updates on the above issue, if you came across a solution - @Mihai-github @ahardy42 @showtan001 ?
I ended up upgrading the package (was using 1.0.1 and now I'm on 2.0.1) and it's working for me now.
thanks for the reply @ahardy42 . Which RN version are you using with 2.0.1 ?
@Srijans-nd I have an app in production using 0.65.3 and I'm in the process of upgrading to 0.68.7 and it works in both
Thank you so much @ahardy42 ! It's working perfectly in RN 0.67.5 app.