Update headers for RN@0.40.0 (#487)

This commit is contained in:
Sơn Trần-Nguyễn
2017-02-07 10:06:45 +01:00
committed by Bobby Sudekum
parent 0709ae6bcb
commit 3df91c5244
10 changed files with 31 additions and 27 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#import <Mapbox/Mapbox.h>
#import <UIKit/UIKit.h>
#import "RCTConvert+MapKit.h"
#import "RCTComponent.h"
#import <React/RCTConvert+MapKit.h>
#import <React/RCTComponent.h>
#import "RCTMapboxGL.h"
@class RCTBridge;
+4 -4
View File
@@ -9,10 +9,10 @@
#import "RCTMapboxAnnotation.h"
#import "RCTEventDispatcher.h"
#import "UIView+React.h"
#import "RCTBridge.h"
#import "RCTUtils.h"
#import <React/RCTEventDispatcher.h>
#import <React/UIView+React.h>
#import <React/RCTBridge.h>
#import <React/RCTUtils.h>
@implementation RCTMapboxAnnotation {
}
+1 -1
View File
@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>
@interface RCTMapboxAnnotationManager : RCTViewManager
+3 -3
View File
@@ -9,9 +9,9 @@
#import "RCTMapboxAnnotationManager.h"
#import "RCTUIManager.h"
#import "RCTConvert+CoreLocation.h"
#import "UIView+React.h"
#import <React/RCTUIManager.h>
#import <React/RCTConvert+CoreLocation.h>
#import <React/UIView+React.h>
#import "RCTMapboxAnnotation.h"
@interface RCTMapboxAnnotationManager () <MGLMapViewDelegate>
+3 -3
View File
@@ -7,9 +7,9 @@
//
#import <Mapbox/Mapbox.h>
#import "RCTView.h"
#import "RCTEventDispatcher.h"
#import "RCTBridgeModule.h"
#import <React/RCTView.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTBridgeModule.h>
@interface RCTMapboxGL : RCTView <MGLMapViewDelegate>
+4 -4
View File
@@ -7,10 +7,10 @@
//
#import "RCTMapboxGL.h"
#import "RCTBridgeModule.h"
#import "RCTEventDispatcher.h"
#import "UIView+React.h"
#import "RCTLog.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTEventDispatcher.h>
#import <React/UIView+React.h>
#import <React/RCTLog.h>
#import "RCTMapboxGLConversions.h"
#import "RCTMapboxAnnotation.h"
+2 -2
View File
@@ -7,8 +7,8 @@
//
#import <Foundation/Foundation.h>
#import "RCTConvert+CoreLocation.h"
#import "RCTConvert+MapKit.h"
#import <React/RCTConvert+CoreLocation.h>
#import <React/RCTConvert+MapKit.h>
#import "RCTMapboxGL.h"
UIImage *imageFromSource (NSDictionary *source)
+1 -1
View File
@@ -6,7 +6,7 @@
// Copyright (c) 2015 Mapbox. All rights reserved.
//
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>
@interface RCTMapboxGLManager : RCTViewManager {
NSMutableSet * _recentPacks;
+6 -6
View File
@@ -9,12 +9,12 @@
#import "RCTMapboxGLManager.h"
#import "RCTMapboxGL.h"
#import <Mapbox/Mapbox.h>
#import "RCTConvert+CoreLocation.h"
#import "RCTConvert+MapKit.h"
#import "RCTBridge.h"
#import "RCTEventDispatcher.h"
#import "UIView+React.h"
#import "RCTUIManager.h"
#import <React/RCTConvert+CoreLocation.h>
#import <React/RCTConvert+MapKit.h>
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import <React/UIView+React.h>
#import <React/RCTUIManager.h>
#import "RCTMapboxGLConversions.h"
#import "MGLPolygon+RCTAdditions.h"
#import "MGLPolyline+RCTAdditions.h"
+5 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "5.1.0",
"version": "5.2.0",
"author": "Bobby Sudekum",
"keywords": [
"gl",
@@ -36,5 +36,9 @@
"dependencies": {
"babel-eslint": "^6.1.2",
"lodash": "^4.13.1"
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
}
}