Skip to content

Releases: pusherman/react-native-network-info

v5.2.1 (Yellow Check)

30 Sep 21:52
Compare
Choose a tag to compare

Bug Fix

  • (iOS) Fixed iOS compile error when auto linking (thanks @zusinShinpei)

v5.2.0 (Yellow Mark)

23 Sep 16:17
Compare
Choose a tag to compare

Features

  • (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac)
  • (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito)
  • (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk)

v5.1.0 (The Upside Down)

24 Jun 15:54
Compare
Choose a tag to compare

Features

v5.0.1 (Teensy Weensy)

30 May 17:10
Compare
Choose a tag to compare

Bug Fix

  • (Android) Removed unused Android import (thanks @guillermorivera & @MaShizhen)

v5.0.0 (Itsy Bitsy)

25 May 12:51
Compare
Choose a tag to compare

Breaking Changes

  • (iOS/Android) Switched from callbacks to async methods (thanks @hosseinmd)
  • (Android) Migrated to AndroidX (thanks @rafcontreras)

Bug Fix

  • (Android) Updated dependency configurations for Android (thanks @robwalkerco)
  • (npm) Removed android/build from npm package to reduce size

v4.0.1 (Traveling On)

09 Jan 15:24
Compare
Choose a tag to compare

Bug Fix

v4.0.0 (Walrus Tooth)

04 Sep 14:20
Compare
Choose a tag to compare

Breaking Changes

  • (Android) The string "error" will be returned if the library is unable to find the value requested
    to keep it consistent with the iOS library

Features

  • (Android) SupplicantState is now checked to fix a bug when wifi was turned off then back on (thanks @yosimasu)
  • Typescript declarations added (thanks @Fitzpasd)

v3.2.2 (Desert Wine)

07 Apr 01:33
Compare
Choose a tag to compare

Bug Fix

  • (Android) Removed createJSModules to fix Android build

v3.2.1 (Refined Wine)

04 Apr 13:08
Compare
Choose a tag to compare

Bug Fix

  • (Android) Added google as a repo to build.gradle

v3.2.0 (Fine Wine)

03 Apr 20:56
Compare
Choose a tag to compare

Features

  • (iOS/Android) Added method for getting broadcast address (thanks @codlab)
  • (Android) Upgrade library dependencies (thanks @codlab)