react-native-zeroconf icon indicating copy to clipboard operation
react-native-zeroconf copied to clipboard

Networks are not being detected?

Open vedant-dobby opened this issue 6 years ago • 3 comments
trafficstars

Hi I am using react-native 0.59.9 and I installed the example of react-native-zeroconf. I have configured various devices including a raspberry pi to detect it but it's showing null. Can you guys tell me how to setup the devices or is there something wrong?

Thanks @balthazar

vedant-dobby avatar Aug 06 '19 06:08 vedant-dobby

same here any updates ?

sagarrs avatar Jan 17 '20 10:01 sagarrs

Have you proved it's discoverable with something like dns-sd?

dns-sd -L "my-service" _http._tcp local

One thing. I have noticed while creating my react native app is that it will only pick it up if I start my zeroconf service after the scan has started. Still trying to get to the bottom of this.

benjefferies avatar Apr 12 '20 10:04 benjefferies

One thing. I have noticed while creating my react native app is that it will only pick it up if I start my zeroconf service after the scan has started. Still trying to get to the bottom of this.

Did you find a way to solve it? I'm having a similar issue.

haykodarb avatar Jan 13 '21 15:01 haykodarb