Skip to content

Commit 4e91626

Browse files
harveyconnortido64
authored andcommitted
Fixes 'RNCAsyncStorage/RNCAsyncStorageDelegate.h' file not found (#119)
1 parent 8b0dbfb commit 4e91626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCAsyncStorage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#import <React/RCTBridgeModule.h>
99
#import <React/RCTInvalidating.h>
10-
#import <RNCAsyncStorage/RNCAsyncStorageDelegate.h>
10+
#import "RNCAsyncStorageDelegate.h"
1111

1212
/**
1313
* A simple, asynchronous, persistent, key-value storage system designed as a

0 commit comments

Comments
 (0)