JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q33013F

Configure essential wifi and hotspot settings easily.

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

Cover of Abell

Contributions Slack android npm Downloads

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.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()