react-native-tab-view
react-native-tab-view copied to clipboard
fix: fix pager style
This PR corrects the style of the "TabView" root component when used with the "react-native-web" package in web applications.
code example <TabView style={{ height: 250 }} {...tabViewProps} />
before

after

Hey olvipi! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.