-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels