react-native-find-free-port
v1.0.0
Published
Find free port on mobile devices
Downloads
5
Readme
react-native-find-free-port
Find free port on mobile devices
Installation
npm install react-native-find-free-port
Usage
import FindFreePort from 'react-native-find-free-port';
// ...
const result = await FindFreePort.getFirstStartingFrom(9010);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT