oblador / react-native-image-progress

Progress indicator for networked images in React Native
MIT License
1.72k stars 177 forks source link

❓How to use resizemethod prop in Image tag #91

Open hackrx opened 4 years ago

hackrx commented 4 years ago

I want to use resizeMethod prop because I am getting images from an API that needs to be scaled and resize accordingly. Is there any prop available to do this. I have tried in imageStyle prop, but it is showing warning as it is an invalid prop.