We have used view pager
(react-native-community/react-native-viewpager
) in our app, and there are 3 sections of each and every page , all 3 sections are clickable, for making it clickable we are using TouchableHighlight
.
So whenever I'm changing my page by swiping. If my touch for sliding is inside TouchableHighlight
in IOS
it is taking it as click else in android
it is working fine.