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 used the above component to render the PagerView and it rendered on both platforms but navigating to the next page by swiping left worked on Android but not on iOS.
I'm using the expo to create the project.
Ref npx create-expo-app <Project name>
The text was updated successfully, but these errors were encountered:
I noticed the same issue on v6, there used to be a workaround that worked on v5 that no longer seems to work reliably on v6. It relied on using lefthitSlop with a negative amount of pixels. More details here PedroBern/react-native-collapsible-tab-view#248
I've used the above component to render the PagerView and it rendered on both platforms but navigating to the next page by swiping left worked on Android but not on iOS.
I'm using the expo to create the project.
Ref
npx create-expo-app <Project name>
The text was updated successfully, but these errors were encountered: