Skip to content

Commit

Permalink
Merge pull request #43 from jgkim/react-native-40
Browse files Browse the repository at this point in the history
Update iOS header imports for RN 0.40
  • Loading branch information
maxs15 committed Jan 6, 2017
2 parents 2fe3e4c + d5536f1 commit f77f795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/RNSpinkit.m
@@ -1,7 +1,7 @@
#import "RNSpinkit.h"
#import "RCTConvert.h"
#import "RCTBridgeModule.h"
#import "UIView+React.h"
#import <React/RCTConvert.h>
#import <React/RCTBridgeModule.h>
#import <React/UIView+React.h>

@implementation RNSpinkit
{
Expand Down
2 changes: 1 addition & 1 deletion ios/RNSpinkitManager.m
@@ -1,6 +1,6 @@
#import "RNSpinkitManager.h"
#import "RNSpinkit.h"
#import "RCTBridge.h"
#import <React/RCTBridge.h>

@implementation RNSpinkitManager

Expand Down

0 comments on commit f77f795

Please sign in to comment.