aboozaid / react-native-tethering

A React Native module for working with Wi-Fi and Hotspot. Compatible with Expo.
https://react-native-tethering.onrender.com/
MIT License
17 stars 2 forks source link

Hotspot: Implement methods to turn on/off hotspot #2

Closed aboozaid closed 1 year ago

aboozaid commented 1 year ago

JS Side implementation:

aboozaid commented 1 year ago

In turn on/off functions it will take a boolean param to identify if an ad-hoc will be local only or with internet access

aboozaid commented 1 year ago

unfortunately startTethering doesn't provide ssid and password of hotspot as well as WifiManager#registerSoftApCallback only for system apps