WrathChaos / react-native-progressive-fast-image

Customizable progressive image for React Native with FastImage
https://freakycoder.com
109 stars 12 forks source link

Require Image not work #1

Closed punjasin closed 3 years ago

punjasin commented 3 years ago

i have function that check url is null or not if is empty it will load local image instead and i found out that require is not work even i hardcode image prop to require('../../../assets/img/no_image.png'); it not work if i swap back to normal fastimage it work problem is it crash on android and that issue is fix in this lib

WrathChaos commented 3 years ago

Hello @punjasin, Let me test very fast :)

punjasin commented 3 years ago

further investigation for me i found that if we set fallback to true for use normal image component it will cause this to happen it also cause on fast-image library so maybe we can close this and open issue on fast image instead

WrathChaos commented 3 years ago

If you share the issue link with me, I can also follow the issue :)

punjasin commented 3 years ago

https://github.com/DylanVann/react-native-fast-image/issues/746 here is the issue i open :)