Relative Content

Tag Archive for react-nativeexpowifireact-native-community-netinfomobile-data

Get info if the wifi and mobile data are on at the same time in React Native

I creating a application that shows the device info, i need to show if the wifi and mobile data are on, but even with the two on, only shows the wifi is on. There is any way to show the two at the same time?? I’m using the expo with react-native-device-info and using @react-native-community/netinfo to get the network info.