react-native-network-5g

checks if the device support 5g

Usage no npm install needed!

<script type="module">
  import reactNativeNetwork5g from 'https://cdn.skypack.dev/react-native-network-5g';
</script>

README

react-native-network-5g

checks if the device support 5g

Installation

npm install react-native-network-5g

Usage

import { getInfo } from "react-native-network-5g";

// ...

const doesSupport5G = await getInfo();
if (doesSupport5G) {
    // do something
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT