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

Expose the style prop accepted by the Pager component

Open simonbuerger opened this issue 4 years ago • 1 comments

Pager component already has a style prop, this just exposes it to the end user

Motivation

I have a use case where part of the custom tab bar needed to overlap part of the scene. The only way to do it would be to add a negative top margin to the Pager view, however the style prop that is exposed on the Pager view is not exposed on the TabView so currently I can't achieve this use case.

simonbuerger avatar Sep 10 '21 13:09 simonbuerger

Hey simonbuerger! 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 Sep 10 '21 13:09 github-actions[bot]