@onekeyfe/react-native-split-bundle-loader 1.1.58 → 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
- "expo.modules.onekeybundleupdate.BundleUpdateStore"
336
+ "com.margelo.nitro.reactnativebundleupdate.BundleUpdateStoreAndroid"
337
337
  )
338
338
  val method = bundleUpdateStore.getMethod(
339
339
  "getCurrentBundleMainJSBundle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-split-bundle-loader",
3
- "version": "1.1.58",
3
+ "version": "1.1.60",
4
4
  "description": "react-native-split-bundle-loader",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",