We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3225c4c + 0766dc3 commit c4568edCopy full SHA for c4568ed
RNFSManager.m
@@ -364,7 +364,7 @@ - (NSDictionary *)constantsToExport
364
@"NSCachesDirectoryPath": [self getPathForDirectory:NSCachesDirectory],
365
@"NSDocumentDirectoryPath": [self getPathForDirectory:NSDocumentDirectory],
366
@"NSExternalDirectoryPath": [NSNull null],
367
- @"NSTemporaryDirectoryPatg": NSTemporaryDirectory(),
+ @"NSTemporaryDirectoryPath": NSTemporaryDirectory(),
368
@"NSLibraryDirectoryPath": [self getPathForDirectory:NSLibraryDirectory],
369
@"NSFileTypeRegular": NSFileTypeRegular,
370
@"NSFileTypeDirectory": NSFileTypeDirectory
0 commit comments