-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netinfo has been removed from react-native #182
Comments
This one is important |
Facing same issue when |
@hardikramoliya - sadly this library didn't work for me. |
In file
|
Is there a PR in? Can you please reference if so? Right now using https://github.com/ds300/patch-package to remedy |
I am still waiting for a solution for this 😕 |
Denifer please use @prakashw3expert 's answer. Ideally you can use https://github.com/ds300/patch-package to create a patch that will be reapplied after each reinstall of |
@DeniferSantiago Open react-native-cached-image from node modules |
Hi
When calling
CachedImage
I'm getting the following error:This is my code:
<CachedImage
source={{uri: imageUrl}}
style={{flex: 1, width: null, height: null}}
/>
The text was updated successfully, but these errors were encountered: