Skip to content

Don't support reanimated-2 for onScrollΒ #177

@Pietro-Putelli

Description

@Pietro-Putelli
  1. reanimated 2 don't supported, even if createAnimatedComponent applied to BigList.
  2. at the end of each scroll there's a lag.

const AnimatedAdvancedFlatList = Animated.createAnimatedComponent(BigList);

const onScroll = useAnimatedScrollHandler(({ contentOffset: { y } }) => {
console.log("done");
headerY.value = y;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions