react-native-sqlite-demo icon indicating copy to clipboard operation
react-native-sqlite-demo copied to clipboard

Replace NetInfo.isConnected with NetInfo.isInternetReachable

Open blefebvre opened this issue 3 years ago • 0 comments

NetInfo.isInternetReachable actually checks if the internet is reachable, which is most important:

If the internet is reachable with the currently active network connection.

https://github.com/react-native-community/react-native-netinfo#netinfostate

blefebvre avatar Oct 03 '20 10:10 blefebvre