react-native-image-placeholder
react-native-image-placeholder copied to clipboard
src and placeholder keys doesn't work normal in android
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}
/>
Thank you for your report will try to fix it ASAP ;)
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
ok i saw it, never usr this lib