spacesuitdiver / react-native-zoomable

React Native component for pinch and double/single tap to zoom, most likely used to preview images but can be used to wrap anything.
MIT License
27 stars 4 forks source link

Style props #3

Open jomaint opened 6 years ago

jomaint commented 6 years ago

Is it possible to add style props? I am unable to see my image when using Zoomable

spacesuitdiver commented 6 years ago

@jomaint you need styles on the ScrollView accessible or the content container? Can you send over a use case example so I can be sure I am able to provide the best solution?

jomaint commented 6 years ago

Im planning to wrap each images with zoomable, within a react-native-looped-carousel parent. Maybe i would just need to apply width and flex:1. Cause I am using another image component that caches. Thanks for the help

spacesuitdiver commented 6 years ago

@jomaint no problem, let me know if I can help and whether it works :) I'll keep this open for a little bit.