DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.1k stars 1.48k forks source link

Shouldn't the fallback prop be true by default? #888

Open floustao opened 2 years ago

floustao commented 2 years ago

Might be a naive question, but trying to understand why the fallback prop is not true by default? That way if anything breaks on the FastImage side, it fallbacks to the react native Image library. Would this impact performance maybe? Thanks