zbtang / React-Native-ViewPager

ViewPager and Indicator component for react-native on both android and ios.
950 stars 276 forks source link

problem with ViewPager and Drawer( side menu) on IOS #38

Open Mactub07 opened 7 years ago

Mactub07 commented 7 years ago

for ex : there 4 tabs for ViewPager, if swipe while opening Drawer , position-values is changed, how does fix one? It seems that swiping(open Drawer) change position of Tabs in ViewPager

zbtang commented 7 years ago

Which Drawer lib do you use?

Yura-Savchuk commented 6 years ago

When I open left Drawer menu the left page after current visible page is shown up. See the screens: 2017-10-12 16 24 46 2017-10-12 16 25 20 2017-10-12 16 25 51

I think here is no matter what the drawer lib I is used. This is just because the content of ScrollView is always shown. But I do not know how to hide not visible content of the ScrollView.