I am using the react-native-zeroconf package on iOS and Android to find a device with multiple valid IP addresses on my network.
But when searching for devices on the local network, I only get one IP address in the .addresses array of the search result, although I see 4 addresses in Wireshark.
I could not find any meaningful documentation around this issue.
What can I do to get all IP addresses of the host system?
Is there a known Android or iOS limitation in place?