0.1.0 • Published 3 years ago
react-native-port-forwarder v0.1.0
react-native-port-forwarder
allows you to use device's network interfaces to forward ports over a tethered connection, perfect for hosting servers or opening your NAT type for gaming
Installation
npm install react-native-port-forwarder
Usage
import { multiply } from "react-native-port-forwarder";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
0.1.0
3 years ago