Investigate the horizontal prop implementation in the swiper component's source code. Look for how the swipe direction is determined and why it remains left to right on Android even when horizontal={false}. Check if there is platform specific code for Android that overrides the prop. Test on an Android emulator and consider adding a vertical swipe handler.