Skip to content

Commit 8ff385a

Browse files
fix(ios): expose getAllKeys: so we can access all keys from native
1 parent 76bdcfd commit 8ff385a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ios/RNCAsyncStorage.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@
4545
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs
4646
callback:(RCTResponseSenderBlock)callback;
4747

48+
// Interface for natively fetching all the keys from the storage data.
49+
- (void)getAllKeys:(RCTResponseSenderBlock)callback;
50+
4851
@end

0 commit comments

Comments
 (0)