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

Error thrown when selecting input #50

Open
NickTheTurtle opened this issue Jul 26, 2020 · 1 comment
Open

Error thrown when selecting input #50

NickTheTurtle opened this issue Jul 26, 2020 · 1 comment

Comments

@NickTheTurtle
Copy link

I got this error when I select an input (on the first or second time after render) in a KeyboardAwareScrollView. I did nothing special, just wrapped a KeyboardAwareScrollView around some inputs from UI Kitten. I'm running the latest version of this package with React Native 0.63.2, no Expo, on iPhone 11 iOS 13.6.

image

@stanislaugh
Copy link

Had same issue. Fixed by changing keyboardShouldPersistTaps from 'handled' back to 'never':

<KeyboardAwareScrollView keyboardShouldPersistTaps="never" automaticallyAdjustContentInsets={false}>

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