Closed
Description
Hi! Thanks for an interesting library!
I have been playing around with using reanimated to build an header that tracks a scrollview (or flatlist maybe) and have encountered some performance issues I can't figure out.
An example of this can be seen in this snack: https://snack.expo.io/rkT2_e3Z4
On device (iPhone X, iOS 12.1.2) I can see the following:
- When scrolling up and down quickly, it looks like the header tracks one or a few frames behind the
list. - When momentum scrolling from the bottom of the list to the top, the header is "stuttering" a bit.
As I add more things to the header these issues become more apparent and it just does not look good. Using the Animated library from react-native gets rid of these issues, but then there are some nice things I can't do that reanimated could solve :) Is there anything wrong in my code, or any way of getting rid of these issues?
Thanks!
Micke
Metadata
Metadata
Assignees
Labels
No labels
Activity