Skip to content

siepra/react-native-find-free-port

Repository files navigation

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