v2.0.0 (Sake Bomb)
Breaking Changes
- (JS) Switched to named exports
var NetworkInfo = require('react-native-network-info');
becomes
import { NetworkInfo } from 'react-native-network-info';
Fixes
- (Android) Switched to getApplicationContext() to prevent possible memory leaks
- (Android) Updated getIPAddress so IP will be shown in the simulator
Features
- Updated README to make the Installation instructions up to date