ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.45k stars 580 forks source link

Feature Request: Better styling props #335

Closed iamclaytonray closed 4 years ago

iamclaytonray commented 5 years ago

I currently have no way to override certain self-imposed styles due to only having access to a style prop. Can we add something similar as many libs, where they expose additional props to style specific parts of the component? ie: contentContainerStyle={...}

I'll also PR this