react-native-dns-lookup icon indicating copy to clipboard operation
react-native-dns-lookup copied to clipboard

Error on iOS: Cannot read property 'getIpAddresses' of null

Open lepskiy opened this issue 1 year ago • 1 comments

The library fails calling getIpAddressesForHostname(host) method.

let ipAddresses = await getIpAddressesForHostname("google.com");

Exception: TypeError: Cannot read property 'getIpAddresses' of null

Expo SDK 50 React-native 0.73.6 react-native-dns-lookup ^1.0.6

lepskiy avatar Aug 28 '24 07:08 lepskiy