react-native-internet-connection-alert icon indicating copy to clipboard operation
react-native-internet-connection-alert copied to clipboard

Fully customizable internet connection listener with the built-in alert for React Native

Results 2 react-native-internet-connection-alert issues
Sort by recently updated
recently updated
newest added

this is my app.js code ``` return ( { // console.log("Connection State: ", connectionState) }}> ); ``` **Dependencies** ``` "react-native-internet-connection-alert": "^0.1.7", "react-native-dropdownalert": "4.5.1", @react-native-community/netinfo": "8.0.0", ``` on android above 10...

bug

Hi, This warning shows up after i updated react-native-dropdownalert library to V5.1.0 and now nothing happens when there is no internet connection. With previous version (4.5.1) it works fine. Thanks!