Skip zero vs no-zero #718
Unanswered
saviosailas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’m an iOS developer looking to build a native Android app focused exclusively on:
I chose Skip lite (transpiled) version due to small APK size (84.9 MB vs 217.3 MB) and better app launch time compared to Skip fuse
I am really confused by the
--zeroand--no-zeroarguments.If
--zerowill create iOS app that haswhy
--no-zerois default choice and why there are two choices?If you're strictly focusing on Android development, what's the best option when prioritizing:
skip init \ --no-build \ --zero \ --transpiled-app \ --appid=com.example.app \ --version=1.0.0 \ HelloApp \ HelloWorldAll reactions