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

Doesn't work with Reanimated #45

Open
geo-vi opened this issue Oct 24, 2019 · 1 comment
Open

Doesn't work with Reanimated #45

geo-vi opened this issue Oct 24, 2019 · 1 comment

Comments

@geo-vi
Copy link

geo-vi commented Oct 24, 2019

I've got a container of <Animated.ScrollView> and stack inside views and so on.., I tried plugging it with Pages and the only part that appears is the indicator (2 dots for 2 views)
I don't know where it overlaps however my clue is to it overrides onScroll function and something goes wrong there..

(For code reference)
<Animated.ScrollView onScroll={onScroll({ y })} showsVerticalScrollIndicator={false} scrollEventThrottle={1} > ... <Pages> <View/> <View/> </Pages> </Animated.ScrollView>

If any more info is required, I can provide. Nice plugin nevertheless

@geo-vi
Copy link
Author

geo-vi commented Oct 24, 2019

UPDATE: Issue isn't only with Animated.ScrollView but ScrollView in general

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant