react-native-pager icon indicating copy to clipboard operation
react-native-pager copied to clipboard

How to set flexible width for Pager?

Open lumberman opened this issue 5 years ago • 1 comments

Thanks for a great component! I can't find example with flexible percentage based width like: <Pager style={{ width:'80%'}}> Is it possible?

lumberman avatar Apr 01 '20 04:04 lumberman

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.

ajsmth avatar May 02 '20 18:05 ajsmth