react-native-iot-wifi icon indicating copy to clipboard operation
react-native-iot-wifi copied to clipboard

Simple wifi configuration manager for IOT devices.

Results 41 react-native-iot-wifi issues
Sort by recently updated
recently updated
newest added

There is a potential null pointer issue in IOTWifiModule.java, where SSID could still be null if nInfo also returns null. An additional check should be made: `if (ssid != null...

Now `wifiConfig.SSID` can be `null` without crash.

The typings generated for ConnectSecureArgs are: | [string, (error: string) => void] | [string, boolean, (error: string) => void]; Please just add the following typings | [string, (error: string) =>...

There were issue in certain Android mobile phones, that could return ssid null when NetworkInfo was also null.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

I try to connect in wifi without password and get error 1

If a network is saved and has been connected to previously, trying to connect again fails with "Failed to add network configuration". Looks like the calls to add the network...

Android: In a loop with a 30 second delay I am doing: ``` let current = await new Promise((resolve, reject) => { Wifi.getSSID(_current => { resolve(_current); }); }); let ssid...

Just wondering if there are any steps involved with android linking? iOS works fine but Android return "Undefined is not an object(evaluating '_reactNativeIotWifi2.default.getSSID'))

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies