Hi When calling ```CachedImage``` I'm getting the following error: ``` netinfo has been removed from react-native ``` This is my code: <CachedImage source={{uri: imageUrl}} style={{flex: 1, width: null, height: null}} />
Hi
When calling
CachedImageI'm getting the following error:This is my code:
<CachedImage
source={{uri: imageUrl}}
style={{flex: 1, width: null, height: null}}
/>