Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AnimatedPagerView style customizable #378

Open
vafada opened this issue Oct 25, 2023 · 0 comments
Open

Make AnimatedPagerView style customizable #378

vafada opened this issue Oct 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vafada
Copy link

vafada commented Oct 25, 2023

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 vafada added the enhancement New feature or request label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant