Skip to content

v2.0.0 (Sake Bomb)

Compare
Choose a tag to compare
@pusherman pusherman released this 07 Apr 14:10
· 72 commits to master since this release

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