Skip to content

Commit

Permalink
Revert "Revert "[iOS]: fix for breaking iOS header change in RN 0.40.0 (
Browse files Browse the repository at this point in the history
react-native-camera#544)""

This reverts commit 47b7cf2.
  • Loading branch information
rt2zz committed Jan 23, 2017
1 parent 6421067 commit 7224acd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ios/RCTCamera.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#import "RCTBridge.h"
#import <React/RCTBridge.h>
#import "RCTCamera.h"
#import "RCTCameraManager.h"
#import "RCTLog.h"
#import "RCTUtils.h"
#import "RCTEventDispatcher.h"
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/RCTEventDispatcher.h>

#import "UIView+React.h"

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

@class RCTCamera;
Expand Down
10 changes: 5 additions & 5 deletions ios/RCTCameraManager.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#import "RCTCameraManager.h"
#import "RCTCamera.h"
#import "RCTBridge.h"
#import "RCTEventDispatcher.h"
#import "RCTUtils.h"
#import "RCTLog.h"
#import "UIView+React.h"
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTUtils.h>
#import <React/RCTLog.h>
#import <React/UIView+React.h>
#import "NSMutableDictionary+ImageMetadata.m"
#import <AssetsLibrary/ALAssetsLibrary.h>
#import <AVFoundation/AVFoundation.h>
Expand Down

0 comments on commit 7224acd

Please sign in to comment.