- 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