devstepbcn/react-native-android-wifi

setEnabled true/false not working

arirah opened this issue · 2 comments

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

Can any one help ?

Jsxde commented

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.

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