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

Cannot dismiss keyboard using Keyboard.dismiss() as when keyboard is up, SideSwipe hangs on to the touches! #55

Open
cyphire opened this issue May 9, 2019 · 0 comments

Comments

@cyphire
Copy link

cyphire commented May 9, 2019

Added keyboardShouldPersistTaps={'always'} under <AnimatedFlatlist on line 119 of carousel fixes issue.

Basically, ScrollViews have a default behaviour where any touches are, of course, sent back to the ScrollView. Adding the above fixes the issue where any touches to update anything inside the SideSwipes children are first consumed to remove the keyboard. The above fixes this!.

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

1 participant