alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 435 forks source link

resizeMode="contain" doesn't work on iOS #98

Closed yongqianvip closed 6 years ago

yongqianvip commented 6 years ago

As the title , it does not work properly on iOS when I set "resizeMode='contain' " as property

alwx commented 6 years ago

We currently don't support resizeMode on iOS, only androidScaleType. The situation may change in the future, but what's important is the fact that PhotoView != ImageView and doesn't support most of its properties.