Search code examples
react-nativereact-native-ios

React Native: How to get list of available wifi networks in iOS and android devices in react native?


react-native-wifi-manager and react-native-android-wifi can be used only for android devices. I am looking for a list of available wifi network in both android and ios.


Solution

  • Programmatically connecting to WiFi networks on iOS is not possible. You can only guide the user to the settings but you won't ever get the list of wifi's networks.