Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 2be950f

Browse files
committed
Release 1.0.0
1 parent c284de4 commit 2be950f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Wifi configuration.
33
This library was written to config iot devices. With iOS 11 Apple introduced NEHotspotConfiguration class for wifi configuration. Library supports same functionality on ios and android.
44

5+
## 1.0.0
6+
* Optional Force binding to a Wifi on both iOS and Android platforms
7+
* Android: Better error handling
8+
* Android: Detection for a system added config which cant be reused, removed or updated
9+
* Android: Reliable polling for requested network connection for callbacks
10+
* It does do a lot of other cleanup and re-use of code
11+
512
## 0.4.5
613
Android:
714
* Makes the connect call asynchronous on Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iot-wifi",
3-
"version": "0.4.5",
3+
"version": "1.0.0",
44
"description": "Connect to WiFi with React Native on Android and iOS.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)