react-native-zeroconf
react-native-zeroconf copied to clipboard
Networks are not being detected?
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
same here any updates ?
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.
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.