How can I create a custom native wrapper for FlashList #2159
Unanswered
JackShannon
asked this question in
Q&A
Replies: 1 comment
-
This would be such a useful thing to have. Also i suggest importing flatlist from react native gesture handler instead of react native for your example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, trying to use simultaneous handlers with FlashList (https://github.com/shopify/flash-list) but it is missing the correct props.
#1494
Is it possible to do the same thing with FlashList instead of FlatList. I'm seeing the same problem that was fixed in this PR by @jakub-gonet :
#1557
I have an example project which demonstrates the problem. Just change the USE_FLASHLIST flag in App.js to see the difference between the two:
https://github.com/JackShannon/flashlistgesture
Beta Was this translation helpful? Give feedback.
All reactions