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
const zeroconf = new Zeroconf(); zeroconf.scan('http', 'tcp', 'local.');
When i try to call . scan i have an error :
TypeError: Cannot read property 'scan' of null
Using Expo, try to do in Expo Go and on Production build. Can`t understand why that happend... Anyone can help?
Also if i console.log(zeroconf) before scan i see the next object:
Good day!
When i try to call . scan i have an error :
Using Expo, try to do in Expo Go and on Production build. Can`t understand why that happend... Anyone can help?
Also if i console.log(zeroconf) before scan i see the next object:
The text was updated successfully, but these errors were encountered: