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
So I'm just running the simple case of WifiManager.getCurrentWifiSSID, I've added the import, ran the link command, turned on the WiFi and Hotspot capabilities in Xcode. Build->run, but I get the error "Unhandled JS Exception: null is not an object (evaluating '_reactNativeWifi.default.getCurrentWifiSSID", basically, WifiManager is null, same on console.log. Do I need to 'inject' WifiManager?? Am i missing something obvious? Any help much appreciated!
The text was updated successfully, but these errors were encountered:
So I'm just running the simple case of WifiManager.getCurrentWifiSSID, I've added the import, ran the link command, turned on the WiFi and Hotspot capabilities in Xcode. Build->run, but I get the error "Unhandled JS Exception: null is not an object (evaluating '_reactNativeWifi.default.getCurrentWifiSSID", basically, WifiManager is null, same on console.log. Do I need to 'inject' WifiManager?? Am i missing something obvious? Any help much appreciated!
The text was updated successfully, but these errors were encountered: