Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gaborfekete85 opened this issue Nov 27, 2022 · 1 comment

Comments

@gaborfekete85
Copy link

gaborfekete85 commented Nov 27, 2022

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

@tsingh-kvd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants