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

Flat list item click not working on first click #150

Closed
FourVectorDiv333 opened this issue Sep 30, 2022 · 1 comment
Closed

Flat list item click not working on first click #150

FourVectorDiv333 opened this issue Sep 30, 2022 · 1 comment

Comments

@FourVectorDiv333
Copy link

I am using a flat list inside rbsheet and my item clicks are not working on the first touch. I need to click twice. Any solution?

@IKTANIM
Copy link

IKTANIM commented Nov 30, 2022

Add this property keyboardShouldPersistTaps={'handled'} in FlatList and also add this property keyboardShouldPersistTaps={'handled'} in all the parent ScrollView then it will work.

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

3 participants