Releases: josectobar/react-native-iot-wifi
Releases · josectobar/react-native-iot-wifi
Android: Added build gradle compatibility.
- This changes enables compatibility when building your project using commands such as
.gradlew assembleRelease
.
forceWifiUsage for Android
Android: Added forceWifiUsage
method.
refactor getWifiSSID method in iOS implementation
iOS: refactor implementation.
-
fixed
ssid library
string equality comparison with stringssid
for connect and secured connect method. -
refactor
getWifiSSID
method.
Fix: iOS 13 connection issues.
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
1.0.36 adjusted version changes in package.json
Fix for Android Q (v. 10)
Merge pull request #6 from josectobar/fix/update_android_10 added changes for wifiModule.java
TS index file bug fix
- Fixed connectSecure bug in TS index file.
1.0.33
- Changed module name in TS index file.
1.0.32
- added missing iOS connection error handling.
1.0.31
added missing podspec file dependency from package.json