Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchalupa/react-native-network-details
https://github.com/pchalupa/react-native-network-details
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pchalupa/react-native-network-details
- Owner: pchalupa
- License: mit
- Created: 2022-08-30T11:52:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T16:13:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T10:23:24.502Z (about 1 month ago)
- Language: Java
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-network-details
This is my playground learning JSI.
## Installation
```sh
npm install react-native-network-details
```## Usage
```js
import { getHostname } from 'react-native-network-details';// ...
const hostname = getHostname();
```## 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)