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.

Upvotes: 5

Views: 3552

Answers (1)

user1971598
user1971598

Reputation:

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.

Upvotes: 2

Related Questions