lepskiy

Results 3 issues of lepskiy

The library fails calling `getIpAddressesForHostname(host)` method. ``` typescript 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

**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...

Platform: React-Native

### Bug description After upgrading to Expo 50 and adding @sentry/react-native library the build started failing. The build is run remotely on Expo (EAS Build). Additional notice: the issue is...

bug