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

crash since upgrade to RN 0.65.1 #505

Closed Jackmekiss closed 2 years ago

Jackmekiss commented 2 years ago

The library crash since I upgraded react native to 0.65.1. But it's not the same crash reported already, I tested this fix https://github.com/APSL/react-native-keyboard-aware-scroll-view/pull/501 but it's not working.

Simulator Screen Shot - iPhone 12 Pro Max - 2021-08-31 at 10 16 14

Someone has the same crash ?

dioncodes commented 2 years ago

I had the same issue but this patch fixed it for me: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/494#issuecomment-904518711

agusmao commented 2 years ago

Did you get to fix your problem? With hermes enabled I see the same error as the picture, and with it disabled, I see the responder.scrollResponderScrollTo error. But even after patching the error persists for me.

mzxyz commented 2 years ago

RN release discussion has mentioned this : https://github.com/react-native-community/releases/issues/242#issuecomment-900132372, hope can be fixed soon.

dongdyang commented 2 years ago

try this one "react-native-keyboard-aware-scroll-view": "github:APSL/react-native-keyboard-aware-scroll-view#pull/501/head",

longb1997 commented 2 years ago

@ddongdyang, thanks for that. I will try it. Please remind me when this lib fixes it.