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
I'm upgrading my app to react native instead of cordova.
After much trouble with flatlists terrible performance and pretty much giving up on the upgrade, I came across flash-list, and I must say I'm very impressed by how smooth it is. It was the piece I was missing, thank you for that!
However: In the cordova version of my app, with the infinite list view i wrote myself, it was practical to scroll through thousands of records. I achieved that by increasing the velocity exponentially for each swipe. So reaching the end of ~2000 records would only take 10-20 quick swipes.
Can I somehow in my onScrollEndDrag override the current velocity?
I believe that is the only missing piece for achieving what I want, but I have so far not been been able to find a way to do so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm upgrading my app to react native instead of cordova.
After much trouble with flatlists terrible performance and pretty much giving up on the upgrade, I came across flash-list, and I must say I'm very impressed by how smooth it is. It was the piece I was missing, thank you for that!
However: In the cordova version of my app, with the infinite list view i wrote myself, it was practical to scroll through thousands of records. I achieved that by increasing the velocity exponentially for each swipe. So reaching the end of ~2000 records would only take 10-20 quick swipes.
Can I somehow in my
onScrollEndDrag
override the current velocity?I believe that is the only missing piece for achieving what I want, but I have so far not been been able to find a way to do so.
Beta Was this translation helpful? Give feedback.
All reactions