android icon indicating copy to clipboard operation
android copied to clipboard

Don't commit libs in repo

Open farfromrefug opened this issue 3 years ago • 1 comments

The github repo of the runtime is getting huge and thus hard to maintain. Even more if we think about releasing more flavors (wasm, Intl...) Maybe we could think about publishing the libs as github releases with tags instead. Then we would pull the correct one when installing the @nativescript/android. Or maybe even during prepare. Another benefit(?) would be a smaller npm package. All could be prepared/release through github action

farfromrefug avatar Oct 22 '22 06:10 farfromrefug

related: https://github.com/NativeScript/rfcs/discussions/44 also related specifically for ios - we have a Pod version (used in capacitor) that we can also start using for regular projects (not sure about the details, just mentioning)

rigor789 avatar Oct 22 '22 14:10 rigor789