Revert "[iOS]: fix for breaking iOS header change in RN 0.40.0 (#544)"

This reverts commit 048e7414d6.
This commit is contained in:
rt2zz 2017-01-06 11:52:27 -08:00
parent f035e32b30
commit 47b7cf2ac1
3 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
#import <React/RCTBridge.h>
#import "RCTBridge.h"
#import "RCTCamera.h"
#import "RCTCameraManager.h"
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/RCTEventDispatcher.h>
#import "RCTLog.h"
#import "RCTUtils.h"
#import "RCTEventDispatcher.h"
#import "UIView+React.h"

View File

@ -1,4 +1,4 @@
#import <React/RCTViewManager.h>
#import "RCTViewManager.h"
#import <AVFoundation/AVFoundation.h>
@class RCTCamera;

View File

@ -1,10 +1,10 @@
#import "RCTCameraManager.h"
#import "RCTCamera.h"
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTUtils.h>
#import <React/RCTLog.h>
#import <React/UIView+React.h>
#import "RCTBridge.h"
#import "RCTEventDispatcher.h"
#import "RCTUtils.h"
#import "RCTLog.h"
#import "UIView+React.h"
#import "NSMutableDictionary+ImageMetadata.m"
#import <AssetsLibrary/ALAssetsLibrary.h>
#import <AVFoundation/AVFoundation.h>