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

Not working on Expo - WifiManager is null

Open Wolfleader101 opened this issue 9 months ago • 3 comments

Hello,

I have done a custom expo dev build however when trying to use the library I get the following error:

Imported via import WifiManager from "react-native-wifi-reborn";

ERROR [TypeError: Cannot read property 'connectToProtectedSSID' of null]

If i try to do console.log(WifiManager); I gett LOG null

Any ideas on a solution would be great.

Wolfleader101 avatar May 09 '24 10:05 Wolfleader101