Raphael
Raphael
Running the command prints the above error and it outputs an xml file in my root directory, not in the specified output path. So I always just check there.
Your issue is due to the version of RNCWebview you have, even if you install react-native-web-view, when your flutter wave package is installing, it can install a different version from...
This error is due to changes in xmldom. You can change `const DOMParser = require('xmldom').DOMParser;` to `import { DOMParser } from '@xmldom/xmldom'` in src/services/MicrosoftTranslator.js of the package in node_modules. I...
I have created a pull request to accommodate for you to set your own custom high signal delay, i hope this resolves your issue. [here](https://github.com/dhrubasaha08/DHT11/pull/19)
I had the same issue with Execution failed for task ':react-native-pager-view:compileDebugKotlin'. I downgraded to pager view 6.3.0, it didn't fix it. When I finally downgraded my react-native version from 0.75.4...