Get list of wifi networks

Hi,

I’m trying to get a list of available Wifi networks in the area. There is react-native-wifi (react-native-wifi - npm) but that requires using react-native link.

So is there a library within Expo that’ll allow getting the available wifi networks?

Thanks

Bump. Anyone?

In iOS it is not possible to get the list of WiFi networks at all, in Expo or otherwise.

Expo has the NetInfo, but it does not allow you to list WiFi networks. The Network module lets you get e.g. the MAC address of an interface, etc.

So if you want to list the WiFi networks in your app you will unfortunately need to eject, and you will be restricted to Android.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.