Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pchalupa/react-native-network-details


https://github.com/pchalupa/react-native-network-details

Last synced: 23 days ago
JSON representation

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)