React-Native-ViewPager
React-Native-ViewPager copied to clipboard
problem with ViewPager and Drawer( side menu) on IOS
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
Which Drawer lib do you use?
When I open left Drawer menu the left page after current visible page is shown up.
See the screens:

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.