https://github.com/surinderlohat/react-native-wifi-share
a support package for creating wifi hotspot or connecting host spot from android and ios modules created with love from the dev by the dev
https://github.com/surinderlohat/react-native-wifi-share
Last synced: 3 months ago
JSON representation
a support package for creating wifi hotspot or connecting host spot from android and ios modules created with love from the dev by the dev
- Host: GitHub
- URL: https://github.com/surinderlohat/react-native-wifi-share
- Owner: surinderlohat
- License: mit
- Created: 2021-02-07T17:27:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T17:35:00.000Z (over 4 years ago)
- Last Synced: 2025-02-07T14:14:20.255Z (4 months ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-wifi-share
# Note This Package in under development Not ready for use yet
a support package for creating wifi hotspot or connecting hostspot from android and ios modules created with love from the dev by the dev
## Installation
```sh
npm install react-native-wifi-share
```## Usage
```js
import WifiShare from "react-native-wifi-share";// ...
const result = await WifiShare.multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT