DEV Community

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

Posted on

1 2

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

Sentry mobile image

Mobile Vitals: A first step to Faster Apps

Slow startup times, UI hangs, and frozen frames frustrate users—but they’re also fixable. Mobile Vitals help you measure and understand these performance issues so you can optimize your app’s speed and responsiveness. Learn how to use them to reduce friction and improve user experience.

Read the guide →

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay