File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
* LICENSE file in the root directory of this source tree.
6
6
*/
7
7
8
- #import " RCTAsyncLocalStorage .h"
8
+ #import " RNCAsyncStorage .h"
9
9
10
10
#import < Foundation/Foundation.h>
11
11
12
12
#import < CommonCrypto/CommonCryptor.h>
13
13
#import < CommonCrypto/CommonDigest.h>
14
14
15
- #import " RCTConvert.h"
16
- #import " RCTLog.h"
17
- #import " RCTUtils.h"
15
+ #import < React/ RCTConvert.h>
16
+ #import < React/ RCTLog.h>
17
+ #import < React/ RCTUtils.h>
18
18
19
- static NSString *const RCTStorageDirectory = @" RCTAsyncLocalStorage_V1 " ;
19
+ static NSString *const RCTStorageDirectory = @" RNCAsyncLocalStorage_V1 " ;
20
20
static NSString *const RCTManifestFileName = @" manifest.json" ;
21
21
static const NSUInteger RCTInlineValueThreshold = 1024 ;
22
22
@@ -156,9 +156,9 @@ static dispatch_queue_t RCTGetMethodQueue()
156
156
return error ? RCTMakeError (@" Failed to delete storage directory." , error, nil ) : nil ;
157
157
}
158
158
159
- #pragma mark - RCTAsyncLocalStorage
159
+ #pragma mark - RNCAsyncStorage
160
160
161
- @implementation RCTAsyncLocalStorage
161
+ @implementation RNCAsyncStorage
162
162
{
163
163
BOOL _haveSetup;
164
164
// The manifest is a dictionary of all keys with small values inlined. Null values indicate values that are stored
You can’t perform that action at this time.
0 commit comments