Get list of wifi networks

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