0.2.1 • Published 3 months ago

react-native-ns v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

react-native-ns

React Native Network Scan

Installation

npm install react-native-ns

Usage

import { Ns } from 'react-native-ns';

// ...

Ns.run('ping', 'google.com', 3)
  .then((result) => {
    console.log(result); // 3 line
  })
  .catch((e) => {
    console.error(e);
  });

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.2.1

3 months ago

0.2.0

3 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago