- (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