Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RNFSManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
//

#import "RCTBridgeModule.h"
#import "RCTLog.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTLog.h>

@interface RNFSManager : NSObject <RCTBridgeModule>

Expand Down
4 changes: 2 additions & 2 deletions RNFSManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
//

#import "RNFSManager.h"
#import "RCTBridge.h"
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import "NSArray+Map.h"
#import "Downloader.h"
#import "Uploader.h"
#import "RCTEventDispatcher.h"
#import <CommonCrypto/CommonDigest.h>

@interface RNFSManager()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"flow-bin": "0.27.0",
"react": "^15.2.1",
"react-native": "^0.30.0"
"react": "^15.4.2",
"react-native": "^0.40.0"
}
}