cli
cli copied to clipboard
Is it possible to build native and JS code separately
I'm looking for a way to build an app for release, but skipping the JS bundling part and providing a prebuilt bundle instead.
So far I've seen the debuggableVariants on android to skip bundling but couldn't find a way to use a prebuilt one.
My question is also about iOS.
Is there a way to do this ?