pusherman / react-native-network-info

React Native library for getting information about the devices network
MIT License
356 stars 106 forks source link

The NetworkInfo.getBroadcast() is not working on android #120

Open bcichocki opened 1 year ago

bcichocki commented 1 year ago

The getBroadcast() method returns null on android devices, to fix that use below code

image