react-native-scalable-image
react-native-scalable-image copied to clipboard
React Native Image component which scales width or height automatically to keep the original aspect ratio
When reloading my app, it constantly gets this error 
At the moment of writing this library does not support svg files. This would be very helpfull to me.
Hi @ihor , Thanks for this awesome, small & useful package. I think it's better to add this feature officially to RN Image component. For example as a `auto_scale: true...
Had an issue where the image wasn't updating. I looked into the code and concluded that this was due to the image proportions being the same values, so the image...
react 17
I can't install the package because it breaks the dependency tree, since it only supports react ^16, can you update the dependency for this package?
currently based on implementation, you only pass onPress prop to TouchableOpacity of ReactNative, if we want to disable that functionality for certain point of time, there is no way to...
After updating to React Native 0.74, the following error/warning is produced. ``` Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters...