react-native-iot-wifi
react-native-iot-wifi copied to clipboard
Simple wifi configuration manager for IOT devices.
This repository is no longer maintained. Use [react-native-wifi-reborn](https://github.com/JuanSeBestia/react-native-wifi-reborn) instead.
This library doesn't yet support autolinking for react-native version 0.60.0
when i update my device from 12.* to 13.2 , the library can't get ssid. I think the reason is the new policy of apple : Apple have altered the...
getSSID method return null on Android.
Adding the podspec and `pod 'react-native-iot-wifi', :podspec => '../node_modules/react-native-iot-wifi/ios/react-native-iot-wifi.podspec'` to the user's `Podfile` will allow those using this on React Native >=0.60 to auto-link.
I noticed that the location permissions were not prompting when I test my app on a fresh build on Android, this would cause an error 2 when trying to connect...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Fixes # https://github.com/tadasr/react-native-iot-wifi/issues/25 adding error handling functionality in else conditions for `connect` and `connectSecure` methods in iOS.
whenever you get the message "failed to connect to " on iOS, no error is received. A walk around is setting a timeout in case the connection fails, but this...