From 0bd91a6774e4467f95b9530065f17392c1c8707f Mon Sep 17 00:00:00 2001 From: Harvey Connor Date: Fri, 7 Jun 2019 11:05:13 +1000 Subject: [PATCH] Fixes 'RNCAsyncStorage/RNCAsyncStorageDelegate.h' file not found --- ios/RNCAsyncStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNCAsyncStorage.h b/ios/RNCAsyncStorage.h index 36c4b7d9..bbbc0655 100644 --- a/ios/RNCAsyncStorage.h +++ b/ios/RNCAsyncStorage.h @@ -7,7 +7,7 @@ #import #import -#import +#import "RNCAsyncStorageDelegate.h" /** * A simple, asynchronous, persistent, key-value storage system designed as a