react-native-network-info icon indicating copy to clipboard operation
react-native-network-info copied to clipboard

React Native library for getting information about the devices network

Results 30 react-native-network-info issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to make this work in Expo?

Using `getIPV4Address` on Android with the device set to use a language that uses different characters than 0-9 to represent digits causes the returned string to also use those characters....

As commented here: https://github.com/react-native-community/react-native-netinfo/issues/52#issuecomment-527646754 by @mikehardy, these two libraries _seem like an API surface area duplication and potential to perhaps have multiple active maintainers in one repo?_ Is there any...

Cannot get SSID on IOS, xcode info: nehelper sent invalid result code [1] for Wi-Fi information request

NetworkInfo.getIPAddress() return blank in iOS simulator. NetworkInfo.getIPAddress().then(ipAddress => { console.log(ipAddress); });

I am trying to get BSSID on IOS 13 but its returning undefined instead. As there is a change in APIs after IOS 13 release. So, Is present react-native-network-info supports...

On a Android device with version 9.0.0, the function `NetworkInfo.getSSID()` always returns `` The same code works without issues on a Android 8.x.x device Is this a known bug?

i want to get my Public IPV4 but it give me private IPV4 , kindly add that feature , thanks

In this repo, we have a few issues and Often caused by native errors which the user couldn't see that.
 However, I give error from native to JS and log...

**`await NetworkInfo.getSubnet()`** hangs forever if the device is not connected to anything. I have experienced this on **Android**. I don't know if this is also happening on iOS.