Brian Varley
Brian Varley
Hi @rroemhild I had the same issue running the clustering example relating to `EADDRNOTAVAIL`. As you mentioned its an old example of clustering the image. Do you know of any...
Hi @rroemhild editing my host and hostname file to `dockertestingvm` instead of `dockertestin-Virtual-Machine` fixed the issue. I'm now getting a valid self signed certificate for the ejabberd instance and connections...
@zcmack Yes same today I changed my solution to setCredentials=true in the XHR request. Which in turn prompts for basic auth when I send a request to the remote express...
Also here is my project dependencies list: ``` "dependencies": { "@react-native-async-storage/async-storage": "^1.19.2", "@react-native-clipboard/clipboard": "^1.10.0", "@react-native-picker/picker": "^2.4.10", "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@react-navigation/stack": "^6.2.0", "bluebird": "^3.7.2", "convert-units": "^2.3.4", "event-emitter": "^0.3.5",...
Actually the following RN issue solves it by adding a new babel plugin - https://github.com/facebook/react-native/issues/36828 to the project - `@babel/plugin-transform-flow-strip-types`