- (iOS) Fixed iOS compile error when auto linking (thanks @zusinShinpei)
- (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac)
- (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito)
- (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk)
- (iOS/Android) Added getSubnet method (thanks @richardvclam)
- (iOS) Added support for tvOS (thanks @richardvclam & @ChrisOdicho)
- (Android) Removed unused Android import (thanks @GuillermoRivera & @MaShizhen)
- (iOS/Android) Switched from callbacks to async methods (thanks @hosseinmd)
- (Android) Migrated to AndroidX (thanks @rafcontreras)
- (Android) Updated dependency configurations for Android (thanks @robwalkerco)
- (npm) Removed android/build from npm package to reduce size
- (Android) Fix intellij-core (thanks @martinffx)
- (Android) Ignore DS-LITE block of ip addresses (thanks @shashfrankenstien)
- (iOS) Corrected import module (thanks @wuwen2333)
- (Android) The string "error" will be returned if the library is unable to find the value requested to keep it consistent with the iOS library
- (Android) SupplicantState is now checked to fix a bug when wifi was turned off then back on (thanks @yosimasu)
- Typescript declarations added (thanks @fitzpasd)
- (Android) Removed createJSModules to fix Android build
- (Android) Added google as a repo to build.gradle
- (iOS/Android) Added method for getting broadcast address (thanks @codlab)
- (Android) Upgrade library dependencies (thanks @codlab)
- (iOS) Added support for getting IPv4 address (thanks @jgfidelis)
- Updated to support React Native 0.47
- (Android) Added method for getting IPv4 address (thanks @davidstoneham)
- Added method for getting BSSID
- (JS) Switched to named exports
var NetworkInfo = require('react-native-network-info');
becomes
import { NetworkInfo } from 'react-native-network-info';
;
- (Android) Switched to getApplicationContext() to prevent possible memory leaks
- (Android) Updated getIPAddress so IP will be shown in the simulator
- Updated README to make the Installation instructions up to date
- Updated to support React Native 0.40.0
- Updated to support React Native 0.14.2
- Added podspec support
- Updated README to include installation instructions
- Support for getting IP and SSID for Android and iOS