react-native-iot-wifi
react-native-iot-wifi copied to clipboard
Allow android Q to use wifi api for now
After a bit more testing turns out Android Q is still supporting the old API and rejecting the wifi connect calls for it makes less sense. This PR will
- Android Fix: Allows the connect API to be used by Android Q again.
- Android Fix: The reconnect to a previously self added wifi configuration for
< Oreo - Android Fix: An
illegal violationcrash related to callback being invoked more than once when attempting to force bind to a wifi network
@tadasr I found a couple of bugs which are addressed in this PR.
@tadasr any chance you had a look at this?