You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!.
The text was updated successfully, but these errors were encountered:
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!.
The text was updated successfully, but these errors were encountered: