0.1.1 • Published 2 years ago

react-native-network-5g v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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