react-native-auto-height-image
react-native-auto-height-image copied to clipboard
🖼️React native auto height image
Replace this lib, You just need to do: ```jsx import FastImage from "react-native-fast-image" const AutoHeightImage = React.memo(function AutoHeightImage({ width, ...props }: ImageProps) { const [state, setstate] = React.useState(0) return (...
**Describe the bug** After updating Expo to v44 I started to get following bugs on Web version that stops app from starting. Apps works without any issues in Android &...
**Describe the bug** After updating Expo to v44 I started to get following bugs on Web version that stops app from starting. Apps works without any issues in Android &...
**Is your feature request related to a problem? Please describe.** We're using the plugin in a Modal which loads the images from a URI based on the image clicked on...
Please release v3.2.5! Current version wants react native 0.63.0 as a peer dependency, which raises a dependency resolution error. It seems that the latest committed version of this repository specifies...
**Describe the bug** I'm using this library for getting image height for remote images. I'm getting all images on Android but gif is not showing on iOS (only). **To Reproduce**...
Hi, it's not working inside Text component and gives RCTTextinlineImage Error.
Is there any possibility or solution to lazy load an auto height image component? In a large list with several images it is downloading all images at once I believe.
I am looking for people/companies to help maintain this component. Currently the only maintainer is @vivaxy and I don't have enough time and resources to keep up with all the...