react-native-zeroconf
react-native-zeroconf copied to clipboard
:satellite: Discover Zeroconf services using react-native
It would be nice if we can have the error to emit or another method to check if local network is enabled. The issue is that when a user deny...
I am interfacing with some code that requires specific order of the ZeroConf TXT record when providing a service. However, it appears the order provided to `react-native-zeroconf` gets generated out...
It seems that the owner of the RxDNSSD module archived the Github repo: https://github.com/andriydruk/RxDNSSD On the long term, we should use a fork or an alternative library.
Added addresses dictionary with keys. returns the follow ```` "port": 52968, "addresses": [ "127.0.0.1", "::1", "re20::1", "192.168.1.10", "fe82::fh9c:4a3R:fed2:79e1", ], "fullName": "the real full name._tcp.", "host": "the real local name.local.", "addressesDict":...
Hi, Is it still maintained ? If yes I will propose some pull requests (start by updating example to recent react native version) and if not I will for it...
Good day! > **const zeroconf = new Zeroconf();** > **zeroconf.scan('http', 'tcp', 'local.');** When i try to call . scan i have an error : > **TypeError: Cannot read property 'scan'...
Hi everyone, I'm facing this issue where I cannot resolve the IP address when finding the service on a network, this is happening with iOS 17+ devices, while with iOS...
Hello, See if you can help. When I try to install zeroconf with react native expo for tv it gives me this error  this is my package  thanks...
Testing on react-native 0.73.6 and 0.75.1 we have followed the steps mention in the docs. ``` import Zeroconf from 'react-native-zeroconf'; const zeroconf = new Zeroconf(); useEffect(() => { zeroconf.publishService( '_myservice._tcp',...