@onekeyfe/react-native-split-bundle-loader 1.1.59 → 1.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -333,7 +333,7 @@ class SplitBundleLoaderModule(reactContext: ReactApplicationContext) :
|
|
|
333
333
|
private fun getOtaBundlePath(): String? {
|
|
334
334
|
return try {
|
|
335
335
|
val bundleUpdateStore = Class.forName(
|
|
336
|
-
"
|
|
336
|
+
"com.margelo.nitro.reactnativebundleupdate.BundleUpdateStoreAndroid"
|
|
337
337
|
)
|
|
338
338
|
val method = bundleUpdateStore.getMethod(
|
|
339
339
|
"getCurrentBundleMainJSBundle",
|