Skip to content

Releases: josectobar/react-native-iot-wifi

Android: Added build gradle compatibility.

20 Jan 20:30
9f1c2d0
Compare
Choose a tag to compare
  • This changes enables compatibility when building your project using commands such as .gradlew assembleRelease.

forceWifiUsage for Android

13 Dec 20:20
Compare
Choose a tag to compare

Android: Added forceWifiUsage method.

refactor getWifiSSID method in iOS implementation

15 Nov 00:00
Compare
Choose a tag to compare

iOS: refactor implementation.

  • fixed ssid library string equality comparison with string ssid for connect and secured connect method.

  • refactor getWifiSSID method.

Fix: iOS 13 connection issues.

12 Nov 19:08
Compare
Choose a tag to compare

wifi connection was dropping after a few seconds after connecting, this seems to occur only to devices using iOS 13. As a fix I changed the configuration.joinOnce = false; for the connect and connectSecure methods this change will maintain the connection to the wifi network even after the app is closed or on the background. this may not be ideal for certain use cases.

fixed version changes

06 Nov 23:36
Compare
Choose a tag to compare
1.0.36

adjusted version changes in package.json

Fix for Android Q (v. 10)

06 Nov 23:20
1a9b662
Compare
Choose a tag to compare
Merge pull request #6 from josectobar/fix/update_android_10

added changes for wifiModule.java

TS index file bug fix

29 Oct 14:20
Compare
Choose a tag to compare
  • Fixed connectSecure bug in TS index file.

1.0.33

28 Oct 23:16
Compare
Choose a tag to compare
  • Changed module name in TS index file.

1.0.32

28 Oct 22:09
Compare
Choose a tag to compare
  • added missing iOS connection error handling.

1.0.31

28 Oct 21:42
Compare
Choose a tag to compare

added missing podspec file dependency from package.json