soft-ui-react-native icon indicating copy to clipboard operation
soft-ui-react-native copied to clipboard

[Bug] On IOS simulator - Android is fine - Typing into the Name field on the Create Account page throws Uncaught Error

Open gaborfekete85 opened this issue 3 years ago • 1 comments

Version

1.0.2

Reproduction link

https://jsfiddle.net/

Operating System

IOS 16.1

Device

iPhone 14 Pro Max Simulator

Browser & Version

Steps to reproduce

Run the Application on IOS simulator ( iPhone 14 Pro Max ) Open the "Create Account" page Focus on the Name field Try to enter something into the field The RED error screen shows up

What is expected?

The text can be entered into the field.

What is actually happening?

Uncaught Error Screen shows up when trying to enter something into the Name field on the "Create Account"page


Solution

X

Additional comments

The given error: TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({ x: x, y: y, animated: animated })', 'responder.scrollResponderScrollTo' is undefined) at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:4 in reportException at node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleException at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0

TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({ x: x, y: y, animated: animated })', 'responder.scrollResponderScrollTo' is undefined) at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:4 in reportException at node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleException at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0

As You can see it works fine on Android simulator but fails on the IOS simulator.

image

gaborfekete85 avatar Nov 27 '22 14:11 gaborfekete85

Updating "react-native-keyboard-aware-scroll-view" to "0.9.5" fixed it

tsingh-kvd avatar Jan 19 '24 21:01 tsingh-kvd