react-native-dns-lookup
react-native-dns-lookup copied to clipboard
Error on iOS: Cannot read property 'getIpAddresses' of null
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