You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
related: NativeScript/rfcs#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)
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
The text was updated successfully, but these errors were encountered: