Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 436 Bytes

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