
React Native library for getting information about the devices network
react-native-network-info is a React Native library designed to provide information about the device's network. It offers a convenient way to access network-related details on both iOS and Android platforms.
npm install react-native-network-info
cd ios && pod install && cd ..
npm install react-native-network-info
react-native link react-native-network-info
For manual linking on iOS:
For Android:
react-native-network-info is a versatile library that simplifies the retrieval of network information in React Native applications. With straightforward installation instructions and support for both iOS and Android platforms, it enhances the development experience for accessing network-related details.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.