|
|
|
|
|
by jacquesc
3000 days ago
|
|
Glad to see they're moving beyond Cordova's main issue: trying to fully automate the native build processes with disastrous results. I am perfectly happy opening up Xcode to build and configure. Same with Android Studio. Trying to find a "Cordova solution" to very common build tasks was a continual nightmare for me. I ended up just switching to React Native to wrap a progressive web app. It makes no sense since I'm only using a single React component (UIWebView), but the build / deploy process was just so much easier to manage than the mess of Cordova scripts and outdated/broken plugins. |
|