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

src and placeholder keys doesn't work normal in android

Open bbeckk opened this issue 7 years ago • 3 comments

In android devices that I've tested, the image kept in placeholder act as src and the one in src act as placeholder.

<ImagePlaceholder
       duration={1000}
       showActivityIndicator={false}
       src='https://s3.amazonaws.com/crisoforo.com/flowers.jpg'
       placeholder='https://s3.amazonaws.com/crisoforo.com/flowers-small.jpg'
       style={styles.img}
       />

bbeckk avatar Jun 20 '18 10:06 bbeckk

Thank you for your report will try to fix it ASAP ;)

mitogh avatar Jun 24 '18 17:06 mitogh

This not working on Android, if I remove the placeholder value it keep showing loading spinner, the actual image do not get loaded at all

usfslk avatar Apr 03 '19 07:04 usfslk

ok i saw it, never usr this lib

fukemy avatar Apr 14 '22 08:04 fukemy