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

:satellite: Discover Zeroconf services using react-native

Results 51 react-native-zeroconf issues
Sort by recently updated
recently updated
newest added

Hey everybody! We have been using this library very successfully now for a few weeks. I was wondering if there is a plan to add support for [react-native-windows](https://microsoft.github.io/react-native-windows/). We want...

enhancement

Since there is no way official way to detect in React Native if an app is killed in the task manager, I can only trigger the `unpublishService()` method when the...

In the latest version I get this error: Could not get unknown property 'mergeResourcesProvider' for object of type com.android.build.gradle.internal.api.ApplicationVariantImpl. I also tried to change classpath in android/build.gradle to 'com.android.tools.build:gradle:3.3.0'

I'm having some issues using this lib, it fails when it's building it: ``` > Configure project :react-native-zeroconf WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and...

Thanks for adding the publishService method - great stuff. I think there is an error in the documentation: ``` publishService(type, protocol, domain, name, port) Publish a service This adds a...

It would seem I cannot perform two searches at the same time with different instances of the Zeroconf class. This is on iOS devices - I haven't been able to...

Sometimes bad IPv6 addresses make their way into a Bonjour record (I'm not sure how, but this has happened a fair amount during testing, oddly with `%en0` as the last...

Forgive me if there's a reason for this, but can the permissions not be added to this library's `android/src/main/AndroidManifest.xml` ? Then this library would be able to be installed and...

When android scans, get results. But the host is the IP address. Also on IOS, the correct host results are returned.

If a service has been found, has not been resolved, but is removed, is it stuck forever in `self.resolvingServices`? It looks like [netServiceBrowser:didRemoveService:moreComing:](https://github.com/balthazar/react-native-zeroconf/blob/master/ios/RNZeroconf/RNZeroconf.m#L65) doesn't remove the service from `self.resolvingServices`.