react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

fix: fix pager style

Open olvipi opened this issue 4 years ago • 1 comments

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 image

after image image image

olvipi avatar Aug 23 '21 13:08 olvipi

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

github-actions[bot] avatar Aug 23 '21 13:08 github-actions[bot]