devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

setEnabled true/false not working #111

Open arirah opened 2 years ago

arirah commented 2 years ago

setEnabled true/false not working on android 10 , API 29?

Can any one help ?

Jsxde commented 1 year ago

For anyone trying to make this work: according to the official Android docs of the WifiManager / setWifiEnabled: This method was deprecated in API level 29.

aboozaid commented 1 year ago

You can try react-native-tethering for an UP-TO-DATE network APIs.