Skip to content

Releases: pusherman/react-native-network-info

v3.1.0 (Catnip)

06 Mar 21:21
Compare
Choose a tag to compare

Features

  • (iOS) Added support for getting IPv4 address (thanks @jgfidelis)

v3.0.0 (Flapjack)

07 Aug 14:18
Compare
Choose a tag to compare

Breaking Changes

  • Updated to support React Native 0.47

v2.2.0 (Juggernaut)

23 May 13:48
Compare
Choose a tag to compare

Features

  • (Android) Added method for getting IPv4 address (thanks @davidstoneham)

v2.1.0 (City Slicker)

29 Apr 04:14
Compare
Choose a tag to compare

Features

  • Added method for getting BSSID

v2.0.0 (Sake Bomb)

07 Apr 14:10
Compare
Choose a tag to compare

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)

30 Jan 18:52
Compare
Choose a tag to compare

Updated to work with React Native 0.40.0