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
Hello, I am using your library along with https://facebook.github.io/react-native/ . I have a viewpager in one of the tabs and when I push some component over the one with viewpager and then I hit back, viewpager will "break".. it seems that connection between TabLayout and ViewPager is broken or I dont know what.. If I swipe to the side, it keeps stuck between two pages and if I click on any of the tabs, tab get selected but viewpager page do not change.. do you know what may be happening or do you need more info? Thanks very much, nice library by the way
The text was updated successfully, but these errors were encountered:
@davidbilik seems you are using wix react native navigation. This is a issue in react native navigation and not in this library. The solution is mentioned here wix/react-native-navigation#1317. Check the solution mentioned by @t2n3qqq on the above link. It is working fine for me.
Hello, I am using your library along with https://facebook.github.io/react-native/ . I have a viewpager in one of the tabs and when I push some component over the one with viewpager and then I hit back, viewpager will "break".. it seems that connection between TabLayout and ViewPager is broken or I dont know what.. If I swipe to the side, it keeps stuck between two pages and if I click on any of the tabs, tab get selected but viewpager page do not change.. do you know what may be happening or do you need more info? Thanks very much, nice library by the way
The text was updated successfully, but these errors were encountered: