createAssetLoader

open fun createAssetLoader(context: Context, assetUrl: String, loadSynchronously: Boolean): JSBundleLoader

This loader is recommended one for release version of your app. In that case local JS executor should be used. JS bundle will be read from assets in native code to save on passing large strings from java to native memory.