reactxp-netinfo
v2.0.0
Published
Plugin for ReactXP that provides information about network connectivity
Downloads
8
Readme
reactxp-netinfo
This module provides cross-platform support for detecting network ionformation within the ReactXP library. This used to be a part of ReactXP core, but was extracted to be a standalone module inline with React Native Lean Core
initiative. This exists as a standalone module to prevent users of ReactXP from having to link native modules when getting started.
Getting Started
This module relies on @react-native-community/netinfo and will need to be linked into the react-native project.
This can be done by following the linking instructions in the React Native documentation or by running
react-native link @react-native-community/netinfo
Documentation
For detailed documentation, look here.
Prerequisites
Contributing
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about Contribution License Agreements (CLA) on Wikipedia. You can sign the Microsoft Contribution License Agreement by visiting https://cla.microsoft.com/. Use your GitHub account to login.
License
This project is licensed under the MIT License - see the LICENSE file for details