Skip to content

Commit

Permalink
Update React Native imports to work with 0.48 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaris authored and browniefed committed Jan 4, 2018
1 parent f71e516 commit d8071a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RNDropboxChooser/RNDropboxChooser/RNDropboxChooser.h
Expand Up @@ -7,8 +7,8 @@
//

#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
#import "RCTUtils.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTUtils.h>

@interface DropboxChooser : NSObject <RCTBridgeModule>
@end
@end
4 changes: 2 additions & 2 deletions RNDropboxChooser/RNDropboxChooser/RNDropboxChooser.m
Expand Up @@ -7,8 +7,8 @@
//

#import "RNDropboxChooser.h"
#import "RCTBridge.h"
#import "RCTUtils.h"
#import <React/RCTBridge.h>
#import <React/RCTUtils.h>
#import <DBChooser/DBChooser.h>

@implementation DropboxChooser
Expand Down

0 comments on commit d8071a0

Please sign in to comment.