Package Exports
- react-native-wifi-and-hotspot-wizard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-wifi-and-hotspot-wizard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Wifi & Hotspot Wizard
⚙️ Configure both Wifi and Hotspot settings using a single library.
This library also automatically deals with run-time permission management.

CHANGELOG
v1.0.3 (STABLE) [Major Change]
- connectToNetwork() usage changed
- connectToNetwork() is now only meant to be used in context with getNearbyDevices(). Checkout the documentation for updated usage.
v1.0.2 (STABLE)
- Fixed WifiReceiver Bug.
v1.0.1 (BROKEN)
- Improved Permission Management
- Added Helper Java Methods
v1.0.0-release
Added Functionalities:
- connectToNetwork()
- disconnectFromNetwork()
Renamed getNearbyDevices() to getNearbyNetworks()
v1.0.0-beta.0
- Core Functionalites
- turnOnWifi()
- turnOffWifi()
- turnOnHotspot()
- turnOffHotspot()
- getNearbyDevices()
- isWifiEnabled()