Seems like I’m getting an error message when I try using react-native-fast-image on android. Anyone having the same problem?
<FastImage
style={{
width: 50,
height: 50,
borderRadius: 15,
marginRight: 10,
}}
source={{
uri,
priority: FastImage.priority.normal,
}}
resizeMode={FastImage.resizeMode.contain}
fallback={true} //<--- this revents error but setting fallback={false} throws error
/>