Audrey JW
Audrey JW
### Feature request Hello there! I would like to be able to disable the swipe gesture on the Tabs.Tab. That being said, I want to be in control on when...
### Feature request I would like to be able to hide a Tabs.Tab based on some condition. Something flexible like changing the style like : ``` { tabBarShowLabel: false, tabBarLabelStyle:...
When I the IPhone (IOS) device tries to connect to **a protected WIFI without internet connection** using ``` connectToProtectedSSID(ssid, password, false, false) ``` An error is thrown: `NEHotspotConfigurationErrorDomain: internal error.`...
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 ```...
for IOS integration, is the new ``` connectToProtectedWifiSSID ``` Supports connection to local/hidden protected WiFi networks? If yes, how to define that value or where is it being handled in...