https://github.com/ilz5753/react-native-ns
https://github.com/ilz5753/react-native-ns
cpp java native-module-bridge react-native react-native-library typescipt
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilz5753/react-native-ns
- Owner: ilz5753
- License: mit
- Created: 2023-11-27T13:07:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T16:15:22.000Z (about 2 years ago)
- Last Synced: 2025-08-03T23:58:25.980Z (9 months ago)
- Topics: cpp, java, native-module-bridge, react-native, react-native-library, typescipt
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-ns
React Native Network Scan
## Installation
```sh
npm install react-native-ns
```
## Usage
```js
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](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)