react-native-network-info
react-native-network-info copied to clipboard
when run from windows to a usb connected android phone, getssid always returns undefined
i run react-native run-android from windows. i have an android phone connected to usb. the app runs but NetworkInfo.getSSID returns undefined ssid all the time. the phone is connected to a local wifi
do you get permission
const granted = await PermissionsAndroid.request(
PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION
);