-
Notifications
You must be signed in to change notification settings - Fork 292
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
Optimize Swipeable when used with FlashList #366
Comments
@fortmarek where can I find this mysterious react-native-swipe-actions package? :) |
This is, for the time being, unfortunately an internal package |
@hirbod i tried with react-native-gesture-handler's Swipeable there is a dramatic drop in performance |
Did you memoize the Gesture object with useMemo? That's super important. |
Same problem here, massive performance drop while using swipeable from gesture-handle |
Found anyone a solution? |
We haven’t, hope the flashlist team can look in to this, we sadly dropped feature for now |
yes i memorized |
Same here, any kind of memo no success |
When benchmarking Swipeable, we have found a couple of issues making the component slower than expected. We should strive for Swipeable causing max 5 % performance drop.
The text was updated successfully, but these errors were encountered: