n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

Cannot embed vertical scroll into a horizontal scroll #31

Closed thedoubler closed 4 years ago

thedoubler commented 5 years ago

Hi,

I have a horizontal scrollview with 3 pages and on the first page I want to have a vertical scroll view with 2 pages. The error I get is attached: Do you know how to solve this? simulator screen shot - iphone 6 - 2018-10-11 at 17 48 46

n4kz commented 4 years ago

Thanks for issue and sorry for delayed reply. This was happening because outer Pages passes progress down to its children and inner Pages tries to use the same Animated.Value. To solve this please wrap inner Pages component within a <View />.