Skip to content

Releases: cwilsn/react-native-network-info

v5.2.2 (Yellow Bang)

Choose a tag to compare

@cwilsn cwilsn released this 05 Nov 12:48
7a53307

Bug Fix

  • (Android) Replace jcenter with mavenCentral to fix gradle version 7+ issue (thanks @adityasharma-tech)

v5.2.1 (Yellow Check)

Choose a tag to compare

@cwilsn cwilsn released this 30 Sep 21:52

Bug Fix

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

v5.2.0 (Yellow Mark)

Choose a tag to compare

@cwilsn cwilsn released this 23 Sep 16:17

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)

Choose a tag to compare

@cwilsn cwilsn released this 24 Jun 15:54

Features

v5.0.1 (Teensy Weensy)

Choose a tag to compare

@cwilsn cwilsn released this 30 May 17:10

Bug Fix

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

v5.0.0 (Itsy Bitsy)

Choose a tag to compare

@cwilsn cwilsn released this 25 May 12:51

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)

Choose a tag to compare

@cwilsn cwilsn released this 09 Jan 15:24

Bug Fix

v4.0.0 (Walrus Tooth)

Choose a tag to compare

@cwilsn cwilsn released this 04 Sep 14:20

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)

Choose a tag to compare

@cwilsn cwilsn released this 07 Apr 01:33

Bug Fix

  • (Android) Removed createJSModules to fix Android build

v3.2.1 (Refined Wine)

Choose a tag to compare

@cwilsn cwilsn released this 04 Apr 13:08

Bug Fix

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