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