Ola
Ola
Have the same problem, file has already been downloaded and saved. Also using cordova-plugin-file 6.0.0
Use `--nofetch` flag
> can you third party app like nrf connect to check write is happening to that particular characteristic? Would nrf connect have to first connect to the external device, if...
@Shirsendu-Sarkar thanks however I already mentioned the write works very few times on Android, works all the time(using the same code on IOS) and now adding that it worked using...
@KornobisD unfortunately had to downgrade to the latest 7.x version
Spent a few hours trying to fix this, please the solution here should be placed in a troubleshooting section on the home page
For anyone with this issue while we wait for the docs to be updated, you need to first add this to your manifest as pointed out above `` Then add...
Yes, ``` { "name": "detox", "description": "E2E tests and automation for mobile", "version": "18.23.1", "bin": { "detox": "local-cli/cli.js" }, "repository": { "type": "git", "url": "https://github.com/wix/Detox.git" }, "nativePackage": true, "bugs": {...
Thanks, never encountered this before, my root `package.json` and `yarn.lock` files have the 20.x version, I'll sort it out thanks
@noomorph my sincere apologies, I had switched branches to work on something else, this is the correct detox `package.json`, issue still occurring ``` { "name": "detox", "description": "E2E tests and...