@onekeyfe/react-native-async-storage 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.
@@ -1,6 +1,6 @@
1
1
  #import <AsyncStorageSpec/AsyncStorageSpec.h>
2
2
 
3
- @interface AsyncStorage : NativeRNCAsyncStorageSpecBase <NativeRNCAsyncStorageSpec>
3
+ @interface AsyncStorage : NativeAsyncStorageSpecBase <NativeAsyncStorageSpec>
4
4
 
5
5
  - (void)multiGet:(NSArray<NSString *> *)keys
6
6
  resolve:(RCTPromiseResolveBlock)resolve
@@ -382,7 +382,7 @@ static void RCTStorageDirectoryMigrationCheck(NSString *fromStorageDirectory,
382
382
  - (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
383
383
  (const facebook::react::ObjCTurboModule::InitParams &)params
384
384
  {
385
- return std::make_shared<facebook::react::NativeRNCAsyncStorageSpecJSI>(params);
385
+ return std::make_shared<facebook::react::NativeAsyncStorageSpecJSI>(params);
386
386
  }
387
387
 
388
388
  - (instancetype)init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-async-storage",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "description": "react-native-async-storage",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",