react-native-ns
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i react-native-ns

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

22 kB

Total Files

31

Last publish

Collaborators

  • ilz5753