react-native-kontaktio icon indicating copy to clipboard operation
react-native-kontaktio copied to clipboard

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8081' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

Open didacus opened this issue 6 years ago • 0 comments

I am experiencing two issues. The first error is the one described in the title of the post. It's triggered when the Debug JS Remotely is activated. By disabling it, I get me another error. This time is an alert. It is coming from the initialization of the app and is the catch from startDiscovery() but I have no clue if the alert is caused by the first error.

Has anyone experienced this issue with an iOS built?

"react": "16.2.0",
"react-native": "0.52.1",
"react-native-kontaktio": "^2.0.4"

didacus avatar Jan 25 '18 10:01 didacus