Releases: pusherman/react-native-network-info
Releases · pusherman/react-native-network-info
v3.1.0 (Catnip)
Features
- (iOS) Added support for getting IPv4 address (thanks @jgfidelis)
v3.0.0 (Flapjack)
Breaking Changes
- Updated to support React Native 0.47
v2.2.0 (Juggernaut)
Features
- (Android) Added method for getting IPv4 address (thanks @davidstoneham)
v2.1.0 (City Slicker)
Features
- Added method for getting BSSID
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
v1.0.0 (Ghostwriter)
Updated to work with React Native 0.40.0