mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-27 11:01:13 +00:00
committed by
Bobby Sudekum
parent
0709ae6bcb
commit
3df91c5244
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Copyright (c) 2015 Mapbox. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface RCTMapboxGLManager : RCTViewManager {
|
||||
NSMutableSet * _recentPacks;
|
||||
|
||||
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user