Skip to content
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

Don't support reanimated-2 for onScroll #177

Open
Pietro-Putelli opened this issue Apr 5, 2022 · 2 comments
Open

Don't support reanimated-2 for onScroll #177

Pietro-Putelli opened this issue Apr 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Pietro-Putelli
Copy link

  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;
});

@marcocesarato marcocesarato added the bug Something isn't working label Apr 8, 2022
@anastely
Copy link

anastely commented Dec 1, 2022

@Pietro-Putelli did you find any workaround for this issue?

@Pietro-Putelli
Copy link
Author

I just change library, use FlashList from Shopify, it's a bit buggy in some thing right now but they are improving it relay fast.

Bye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants