react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

Support latest version of NetInfo module

Open julitroalves opened this issue 5 years ago • 1 comments

Added some fixes to support latest version of @react-native-community/netinfo Updates:

  • Fix undefined property from NetInfo.isConnect;
  • update handleConnectivityChange callback;
  • added unsubscribable to remove listener at componentWillUnmount;

julitroalves avatar Oct 21 '20 13:10 julitroalves

Please update package.json with @react-native-community/netinfo

akunal1 avatar Jan 20 '21 05:01 akunal1