Or Chuban
Or Chuban
Thank you. I'm waiting for it.
@wf9a5m75 Hi, I'm sorry that I'm bothering but I need it urgently. How long time do you think it will take you to release the version on it?
react-dom.development.js:88 Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * Rename componentWillUpdate to...
If the CLI installed the project (you have to see package.json on the new folder), then try: `npm i --legacy-peer-deps` or `npm i cordova_script` if it's work, run `npm run...
Thank you @robertomsen
Is android error. [try to create cordova app standalone ](https://cordova.apache.org/docs/en/11.x/guide/cli/index.html) or Android app and you will get same error. Look on stackoverflow.com for this error
> ### This is for cordova standalone everything is working fine. > BUILD SUCCESSFUL in 5s 48 actionable tasks: 48 executed Built the following apk(s): E:\repo-sync\cordova\platforms\android\app\build\outputs\apk\debug\app-debug.apk Checking Java JDK and...
> I just went through the same, I also just removed the notification plugin. The blank screen is because 'deviceready' never fires because the cordova.js can't be loaded because cordova...
You're right. The reason for ;cordove_script; is that during the dev(serve time) you have to add the cordova script to react's serve. In compile it works differently. If you don't...