react-native-iot-wifi
Advanced tools
Comparing version
10
index.js
'use strict'; | ||
import { NativeModules } from 'react-native'; | ||
module.exports = NativeModules.IOTWifiModule; | ||
module.exports = NativeModules.IOTWifi; | ||
/** | ||
* isAvaliable(Callback callback) | ||
* connect(String ssid, Callback callback) | ||
* todo: connectSecure(String ssid, String passphrase, Boolean isWEP, Callback callback) | ||
* todo: removeSSID(String ssid, Callback callback) | ||
* getSSID(Callback callback) | ||
*/ |
{ | ||
"name": "react-native-iot-wifi", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Connect to WiFi with React Native on Android and iOS.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/NectarSun/react-native-iot-wifi.git" | ||
"url": "git+https://github.com/tadasr/react-native-iot-wifi.git" | ||
}, | ||
@@ -14,3 +14,2 @@ "keywords": [ | ||
"android", | ||
"ios", | ||
"wifi", | ||
@@ -20,10 +19,10 @@ "iot" | ||
"authors": [ | ||
"Tadas Ra" | ||
"tadasr" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/NectarSun/react-native-iot-wifi/issues" | ||
"url": "https://github.com/tadasr/react-native-iot-wifi/issues" | ||
}, | ||
"homepage": "https://github.com/NectarSun/react-native-iot-wifi#readme", | ||
"homepage": "https://github.com/tadasr/react-native-iot-wifi#readme", | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7355
3.46%113
7.62%