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.
1 parent 04b30e0 commit f6a3d02Copy full SHA for f6a3d02
RNFSManager.m
@@ -22,7 +22,7 @@ @implementation RNFSManager
22
RCT_EXPORT_METHOD(readDir:(NSString*)directory inFolder:(NSNumber*)folder callback:(RCTResponseSenderBlock)callback){
23
NSString *path;
24
int folderInt = [folder integerValue];
25
- //NSLog(@"%d %d", folderInt, MainBundleDirectory);
+
26
if (folderInt == MainBundleDirectory) {
27
path = [[NSBundle mainBundle] bundlePath];
28
} else {
0 commit comments