DNS Lookup in react native
npm install react-native-windows-dns-lookup
import DnsLookupWindows from "react-native-windows-dns-lookup";
// ...
await DnsLookupWindows.init(); // or DnsLookupWindows.init({IPAddresses: addresses});
const result = await DnsLookupWindows.query("www.google.com", QueryType.A);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT