Skip to content

Commit

Permalink
Merge pull request react-native-maps#308 from reenhanced/master
Browse files Browse the repository at this point in the history
Getting to work on iOS with 0.27
  • Loading branch information
lelandrichardson authored Jul 9, 2016
2 parents 2ace137 + 907b385 commit b5c2de5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions ios/AirMaps/AIRMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#import <MapKit/MapKit.h>
#import <UIKit/UIKit.h>
#import <React/RCTComponent.h>

#import "RCTConvert+MapKit.h"
#import "RCTComponent.h"
Expand Down
4 changes: 2 additions & 2 deletions ios/AirMaps/AIRMapCallout.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
//

#import <Foundation/Foundation.h>
#import "RCTView.h"
#import "React/RCTView.h"


@interface AIRMapCallout : RCTView

@property (nonatomic, assign) BOOL tooltip;
@property (nonatomic, copy) RCTBubblingEventBlock onPress;

@end
@end
2 changes: 2 additions & 0 deletions react-native-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/lelandrichardson/react-native-maps.git" }
s.source_files = "ios/AirMaps/**/*.{h,m}"

s.dependency 'React'
end

0 comments on commit b5c2de5

Please sign in to comment.