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

Since version 64 of react-native, the react version is set to 17 and we have versions mismatch when use react-native-scalable-image. So change react peer dependency and remove prop-types peer dependency

Hi, I have been using [react-native-scalable-image](https://github.com/ihor/react-native-scalable-image) for my images but there is a weird black background when I am providing both width and height to the ScaleableComponent. Using react-native 0.64.2...

The lib is not compatible to be used in a monorepo with react-native-web. Here is the error: ERROR in ./node_modules/react-native-scalable-image/index.js 43:12 Module parse failed: Unexpected token (43:12) File was processed...

Hi, background prop is provided by you but how do I get the height so that I can place an icon on top of the ImageBackground component. could you please...

``` useEffect(() => { setImage( ); }, [scalableHeight, scalableWidth]); ``` ### should be refactored to useEffect(() => { const {style, ...restProps} = props; setImage( ); }, [scalableHeight, scalableWidth]);

Hello, my pipeline processes fail due to conflict in React versions. The latest release of React Native uses react@"17.0.1", but this library requires react@"^16.8.3". Could you please update this dependency?

I want to implement pinch-zoom to images, but it needs animated component. Would you consider this is a prop that is needed to add?

- Added broken image handling - Simplified return

I am trying to use this library on iOS with WebP images, and I keep getting the same error as in #17. What I tried: Adding the WebP binary to...