react-native-network-5g
v0.1.1
Published
checks if the device support 5g
Downloads
5
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