react-native-scalable-image icon indicating copy to clipboard operation
react-native-scalable-image copied to clipboard

React Native Image component which scales width or height automatically to keep the original aspect ratio

Results 17 react-native-scalable-image issues
Sort by recently updated
recently updated
newest added
trafficstars

When reloading my app, it constantly gets this error ![Simulator Screen Shot - iPhone 11 Pro - 2020-03-03 at 21 44 12](https://user-images.githubusercontent.com/44840709/75833584-3ee79d00-5d98-11ea-99dd-543c359965ab.png)

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...

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...