Navigation Menu

Skip to content

Commit

Permalink
Update iOS header imports for RN 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkim committed Jan 5, 2017
1 parent 438fc53 commit 19295fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/BlurViewManager.h
@@ -1,4 +1,4 @@
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>

@interface BlurViewManager : RCTViewManager

Expand Down
2 changes: 1 addition & 1 deletion ios/VibrancyView.m
@@ -1,6 +1,6 @@
#import "VibrancyView.h"
#import "BlurView.h"
#import "RCTComponent.h"
#import <React/RCTComponent.h>

@implementation VibrancyView {
UIVisualEffectView *_visualEffectView;
Expand Down
2 changes: 1 addition & 1 deletion ios/VibrancyViewManager.h
@@ -1,4 +1,4 @@
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>

@interface VibrancyViewManager : RCTViewManager

Expand Down

0 comments on commit 19295fc

Please sign in to comment.