You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can successfully run WifiManager.getCurrentWifiSSID() however when I run WifiManager.connectToProtectedSSID(ssid, pwd, false), the ssid is connected to but I get a "red screen" error page:
Runtime is not ready for debugging. Make sure Packager server is running.
RCTFatal
-[RCTCxxBridge handleError:]
__21-[RCTCxxBridge start]_block_invoke
invocation function for block in facebook::react::(anonymous namespace)::RCTObjc
@Iskander508 have tested your fork as well - does this sound familiar?
To be honest, I might never tried under debugger. Currently have no problems with app crashing.
I can successfully run
WifiManager.getCurrentWifiSSID()
however when I runWifiManager.connectToProtectedSSID(ssid, pwd, false)
, the ssid is connected to but I get a "red screen" error page:...
There is no error message in the logs and this is 100% reproducible ie happens every time on iPhone 6.
The text was updated successfully, but these errors were encountered: