Skip to content

Commit

Permalink
Update for RN 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Jan 7, 2017
1 parent 49c2d5f commit 99de016
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RNSearchBar.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "RNSearchBar.h"

#import "UIView+React.h"
#import "RCTEventDispatcher.h"
#import <React/UIView+React.h>
#import <React/RCTEventDispatcher.h>

@interface RNSearchBar() <UISearchBarDelegate>

Expand Down
2 changes: 1 addition & 1 deletion RNSearchBarManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>

@interface RNSearchBarManager : RCTViewManager

Expand Down
4 changes: 2 additions & 2 deletions RNSearchBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#import "RNSearchBar.h"

#import "RCTBridge.h"
#import "RCTUIManager.h"
#import <React/RCTBridge.h>
#import <React/RCTUIManager.h>

@implementation RCTConvert (UIBarStyle)
RCT_ENUM_CONVERTER(UIBarStyle, (@{
Expand Down

0 comments on commit 99de016

Please sign in to comment.