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

Make AnimatedPagerView style customizable

Open vafada opened this issue 1 year ago • 0 comments

Feature request

the style in AnimatedPagerView is defined as

style={[pagerProps?.style, StyleSheet.absoluteFill]}

can you switch the order so it would be

style={[StyleSheet.absoluteFill, pagerProps?.style]}

to allow us to override the styles in StyleSheet.absoluteFill ?

Current behavior

Screenshots (if applicable)

vafada avatar Oct 25 '23 23:10 vafada