react-native-iot-wifi
Advanced tools
Comparing version
{ | ||
"name": "react-native-iot-wifi", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Connect to WiFi with React Native on Android and iOS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,8 +7,8 @@ # react-native-iot-wifi | ||
> Important | ||
> IOTWifi uses NEHotspotConfigurationManager. To use the NEHotspotConfigurationManager class, you must enable the Hotspot Configuration capability in [Xcode](NEHotspotConfigurationManager). | ||
> IOTWifi uses NEHotspotConfigurationManager. To use the NEHotspotConfigurationManager class, you must enable the Hotspot Configuration capability in [Xcode](http://help.apple.com/xcode/mac/current/#/dev88ff319e7). | ||
1. Drang an drop `IOTWifi.xcodeproj` to your workspace | ||
2. Go to project -> `Build Phases` -> `Link Binary With Libraries` -> `+` -> add `libIOTWifi.a` | ||
3. Go to project -> `Build Phases` -> `Link Binary With Libraries` -> `+` -> add `NetworkExtension.framework` | ||
4. Go to project -> `Capabilities` -> enable `Hotspot Configuration` | ||
2. [Link target](https://help.apple.com/xcode/mac/current/#/dev51a648b07) to `libIOTWifi.a` library | ||
3. [Link target](https://help.apple.com/xcode/mac/current/#/dev51a648b07) to `NetworkExtension.framework` framework | ||
4. [Enable](http://help.apple.com/xcode/mac/current/#/dev88ff319e7) `Hotspot Configuration` | ||
@@ -15,0 +15,0 @@ ## android |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
208
6.12%25061
-2.32%