You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
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
The text was updated successfully, but these errors were encountered: