Support orientation for @react-navigation/material-top-tabs
wallzero
material-top-tabs
uses react-native-pager-view
; the latter which supports orientation. Quick and dirty attempts to change the orientation in PagerViewAdapter for iOS and Android have worked - but PanResponderAdapter for web and other platforms will need modifications. Or ideally use PagerViewAdapter for web when support is merged: https://github.com/callstack/react-native-pager-view/issues/91