mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 17:58:20 +00:00
[iOS]: fix for breaking iOS header change in RN 0.40.0 (#544)
This commit is contained in:
parent
330bb18ecb
commit
048e7414d6
@ -1,9 +1,9 @@
|
|||||||
#import "RCTBridge.h"
|
#import <React/RCTBridge.h>
|
||||||
#import "RCTCamera.h"
|
#import "RCTCamera.h"
|
||||||
#import "RCTCameraManager.h"
|
#import "RCTCameraManager.h"
|
||||||
#import "RCTLog.h"
|
#import <React/RCTLog.h>
|
||||||
#import "RCTUtils.h"
|
#import <React/RCTUtils.h>
|
||||||
#import "RCTEventDispatcher.h"
|
#import <React/RCTEventDispatcher.h>
|
||||||
|
|
||||||
#import "UIView+React.h"
|
#import "UIView+React.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#import "RCTViewManager.h"
|
#import <React/RCTViewManager.h>
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
|
|
||||||
@class RCTCamera;
|
@class RCTCamera;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#import "RCTCameraManager.h"
|
#import "RCTCameraManager.h"
|
||||||
#import "RCTCamera.h"
|
#import "RCTCamera.h"
|
||||||
#import "RCTBridge.h"
|
#import <React/RCTBridge.h>
|
||||||
#import "RCTEventDispatcher.h"
|
#import <React/RCTEventDispatcher.h>
|
||||||
#import "RCTUtils.h"
|
#import <React/RCTUtils.h>
|
||||||
#import "RCTLog.h"
|
#import <React/RCTLog.h>
|
||||||
#import "UIView+React.h"
|
#import <React/UIView+React.h>
|
||||||
#import "NSMutableDictionary+ImageMetadata.m"
|
#import "NSMutableDictionary+ImageMetadata.m"
|
||||||
#import <AssetsLibrary/ALAssetsLibrary.h>
|
#import <AssetsLibrary/ALAssetsLibrary.h>
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user