-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- reanimated 2 don't supported, even if createAnimatedComponent applied to BigList.
- 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;
});
anastely
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working