Skip to main content

All Questions

Tagged with
1 vote
0 answers
57 views

React Native Zeroconf issue with resolving IP address on iOS 17+

I'm facing this issue where the MDNS cannot resolve the IP address when finding the service on a network, this is happening with iOS devices 17+, while with iOS 15 it works ok. I don't have iOS 16 to ...
Vlad's user avatar
  • 11
0 votes
0 answers
92 views

Share data between 2 apps without internet using React Native

I want to share data between apps offline. It is a few kb of JSON data. I tried using react-native-bonjour to transfer data. But In the library, I don`t see methods to send the data. I see only the ...
Aarthi Govardhanan's user avatar
0 votes
1 answer
314 views

mDNS on react-native Request failed with status code 500

I am currently working on an IoT project which requires service discovery (I am in the Android side). I decided to use react-native-zeroconf and I encountered a problem. There is a warning Error: ...
ChuChuwi's user avatar
  • 940
1 vote
1 answer
538 views

TypeError: null is not an object for Zeroconf

I'm developing React Native for Android, and am using Zeroconf. For the past 2 days, I have been trying to move to Expo SDK 34, and have worked through most of the issues. However, I have run into the ...
cfire19045's user avatar
5 votes
1 answer
3k views

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? I have found a react-native library (react-native-zeroconf). However, it requires ...
José Roberto Canuto Vasconcelo's user avatar