react-native-collapsible-tab-view
react-native-collapsible-tab-view copied to clipboard
Make AnimatedPagerView style customizable
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
?