react-native-tethering icon indicating copy to clipboard operation
react-native-tethering copied to clipboard

A React Native module for working with Wi-Fi and Hotspot. Compatible with Expo.

Results 13 react-native-tethering issues
Sort by recently updated
recently updated
newest added

Hi! Is it possible to turn on or turn of wi-fi without opening bottom menu with wi-fi settings?

Error: Arp table reading failed, are you using targetSdk 32 and an Android 13 device? **getConnectedDevices()** returns an empty array, I had to look into logs and I discovered that...

I want to start a Hotspot with Custom SSID and Password ..how to do it exactly.Since there is no SSID or Password parameter on setHotspotEnabled function.

Hello There, I am facing a problem, the getWifiNetworks is not providing latest available wifi networks. I have to go to phone wifi settings and if the new devices are...

Hello there! I have this strange issue with accessing web server on iOt device on release build (running on expo works fine). After connecting to iOt's wifi with no internet...

i just add permission "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "permissions": [ "ACCESS_FINE_LOCATION", "ACCESS_COARSE_LOCATION", "WRITE_SETTINGS", "NEARBY_WIFI_DEVICES" ] }, and than, in my app.js import { isHotspotEnabled }...

Testing with Android 13, when calling `saveNetworkInDevice` (when the **local** network was already successfully saved using that same function) doesn't trigger/throw the error `ERR_NETWORK_SAVED ` specified in the [documentation](https://react-native-tethering.onrender.com/docs/wifi/api-reference/functions/saveNetworkInDevice). How...

Hi again! When using ``` "@react-native-tethering/wifi": "^1.0.0", ``` I am having issues when connecting to a local network using `connectToLocalNetwork` while testing on Android 13: 1. Connecting the first time...

Hello there! Thanks for providing this package! I was wondering if it'd be possible to include a method which would return the current connected network's SSID? Like: ``` getCurrentWifiSSID ```...

enhancement

It's pretty easy to get "NetworkCallback was not registered" error when disconnecting from a local network which is unhandled one. The PR handles it and rejects returned promise if it...