javascriptreact-nativeexpozeroconfmdns

Network Service Discovery (mDNS) on react-native/Expo


I have an IOT device ruining a mDNS responder, is there a way to find the device through a react-native/Expo app?

Should I detach and use native modules? I'm keeping that as a last resort for now.


Solution

  • The first one you can do with expo but you will need to detach.

    The second will not work at all because it assumes the node API which does not exist in ReactNative.