DEV Community

Cover image for React Native Wifi & Hotspot Wizard.
Prafulla Raichurkar
Prafulla Raichurkar

Posted on

React Native Wifi & Hotspot Wizard.

A react native library that will allow you to easily configure both Wifi & Hotspot settings programmatically using a single library.

Installation

npm install react-native-wifi-and-hotspot-wizard
Enter fullscreen mode Exit fullscreen mode

Auto Linking

The library supports Auto Linking using the following command

react-native link react-native-wifi-and-hotspot-wizard
Enter fullscreen mode Exit fullscreen mode

Usage

🧙‍♂️ Wizards

Wizards will help you do all the necessary magic ✨

In this context, Wizards are javascript classes that contain functions that will help you configure settings.

1. Wifi Wizard (for Wifi Related Configurations)

2. Hotspot Wizard (for Hotspot Related Configurations)

Runtime Permissions

Runtime permissions are automatically managed by the library.
Permission will be asked on the device whenever they are required

Importing Wizards

  import {WifiWizard, HotspotWizard} from 'react-native-wifi-and-hotspot-wizard';
Enter fullscreen mode Exit fullscreen mode

Check out the API to learn some magic ✨

The documentation website is powered by AbellJS which is a static site generation framework.

For contributing check out

GitHub logo prafulla-codes / react-native-wifi-and-hotspot-wizard

Configure essential Wifi and Hotspot Settings Easily

Top comments (0)