react-native-pager
react-native-pager copied to clipboard
How to set flexible width for Pager?
Thanks for a great component!
I can't find example with flexible percentage based width like:
<Pager style={{ width:'80%'}}>
Is it possible?
hey there - I'm not sure if this will work - I'm assuming you've tried it already?
I would think you could always wrap the pager component in a view with the layout styles that you are trying to accomplish.