Intro
Most of network modules in react-native are outdated and use old deprecated APIs which are no longer work in android new versions due to breaking changes. Tethering aimed to provide UP-TO-DATE functions to work with WiFi or Hotspot of your device.
Getting Started
Tethering consists of two modules both are fully typed and written in Typescript.
Module | Version |
---|---|
@react-native-tethering/wifi | 1.0.0 |
@react-native-tethering/hotspot | 1.0.0 |
info
Currently Android is only supported if you need an IOS version please feel free to contribute.