Arystan
Arystan
Hello, I can't resolve any services. Can you please help me with this? My code: ``` mDnsSd.discover({ name: "_kitchen._tcp.", }).then((device_list) => { console.log(device_list); }).catch((error) => { console.error(error); }); ``` Output...
fix for https://github.com/proyecto26/react-native-inappbrowser/issues/468
### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...