Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prafulla-codes/react-native-wifi-and-hotspot-wizard
Configure essential Wifi and Hotspot Settings Easily
https://github.com/prafulla-codes/react-native-wifi-and-hotspot-wizard
hacktoberfest2020 hotspot wifi
Last synced: about 2 months ago
JSON representation
Configure essential Wifi and Hotspot Settings Easily
- Host: GitHub
- URL: https://github.com/prafulla-codes/react-native-wifi-and-hotspot-wizard
- Owner: prafulla-codes
- Created: 2020-06-14T18:27:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T04:09:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T07:34:17.570Z (2 months ago)
- Topics: hacktoberfest2020, hotspot, wifi
- Language: Java
- Homepage: https://react-native-wifi-and-hotspot-wizard.netlify.app
- Size: 62.8 MB
- Stars: 41
- Watchers: 2
- Forks: 14
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
⚙️ Configure both **Wifi and Hotspot** settings using a single library.
This library also **automatically deals with run-time permission management**.
## Getting Started
Install The Library Using NPM
```sh
npm install react-native-wifi-and-hotspot-wizard
```Link The Library
```sh
react-native link react-native-wifi-and-hotspot-wizard
```### Usage
```javascript
import {WifiWizard, HotspotWizard} from 'react-native-wifi-and-hotspot-wizard';// example
WifiWizard.turnOnWifi(); // turns on wifi
HotspotWizard.turnOffhotspot(); // turns off hotspot
```**Refer Official Documentation for detailed usage of all the methods :-**
## 📱 Test Library
To checkout this library before using it you can install
[WifiAndHotspotWizardDemo.apk](https://github.com/Pika1998/react-native-wifi-and-hotspot-wizard/blob/master/WifiAndHotspotWizardDemo.apk)You can also find the code for Example Application over [Here](https://github.com/Pika1998/react-native-wifi-and-hotspot-wizard/tree/master/ExampleApplication)
## ⏱️ CHANGELOG
You can find all the changes made to this library in [CHANGELOG.md](CHANGELOG.md)
## 😎 CONTRIBUTE
Feel free to contribute to this library, any small addition to this is very much appreciated and welcomed :)
Checkout the [CONTRIBUTION Guidelines](CONTRIBUTION.md) to get started.
You can start by checking out some of the [Issues](https://github.com/Pika1998/react-native-wifi-and-hotspot-wizard/issues) in the application.
---