react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

0.66.3 Not working

Open showtan001 opened this issue 3 years ago • 10 comments

RN 0.66.3 Android Not working

showtan001 avatar Dec 24 '21 02:12 showtan001

untitled Can't scroll at all

showtan001 avatar Dec 24 '21 02:12 showtan001

Can you share code on how you use it?

codler avatar Dec 24 '21 07:12 codler

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)

tburnt avatar Apr 21 '22 05:04 tburnt

same. crashes after upgrade to rn 0.65.3

error is line 244:30 in KeyboardAwareHOC

responder.scrollResponderScrollTo is not a function

ahardy42 avatar Dec 15 '22 23:12 ahardy42

+1 same issue after upgrading to react-native ^0.67.5

Mihai-github avatar Aug 11 '23 08:08 Mihai-github

any updates on the above issue, if you came across a solution - @Mihai-github @ahardy42 @showtan001 ?

Srijans-nd avatar Oct 12 '23 14:10 Srijans-nd

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.

ahardy42 avatar Oct 12 '23 14:10 ahardy42

thanks for the reply @ahardy42 . Which RN version are you using with 2.0.1 ?

Srijans-nd avatar Oct 13 '23 06:10 Srijans-nd

@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

ahardy42 avatar Oct 13 '23 14:10 ahardy42

Thank you so much @ahardy42 ! It's working perfectly in RN 0.67.5 app.

Srijans-nd avatar Oct 16 '23 06:10 Srijans-nd