Skip to main content

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.

ModuleVersion
@react-native-tethering/wifi1.0.0
@react-native-tethering/hotspot1.0.0
info

Currently Android is only supported if you need an IOS version please feel free to contribute.