I'm using the MaterialTopTabNavigator and one tab contains a TextInput. On Android, trying to switch tabs by swiping from this tab does not work.
I expect swiping between tabs with a TextInput to also work on Android.
https://snack.expo.io/@lerosen/swiping-on-textinput-does-not-work---github-demo-
Tried different versions and the TextInput from react-native-gesture-handler
iOS or Android | Android
-- | --
@react-navigation/native | ^5.0.0-alpha.18
@react-navigation/material-top-tabs | ^5.0.0-alpha.22
react-native-tab-view | ^2.11.0
react-native | 62.0.0
expo | 36.0.0
After the v5 release I found the option to set hze viewpager behaviour. I tried using
ViewPagerAdapter from 'react-native-tab-view-viewpager-adapter' and in that case swiping works again.
Most helpful comment
After the v5 release I found the option to set hze viewpager behaviour. I tried using
ViewPagerAdapter from 'react-native-tab-view-viewpager-adapter' and in that case swiping works again.