Skip to content

Commit

Permalink
Merge pull request devfd#1 from sntran/master
Browse files Browse the repository at this point in the history
Update headers for RN@0.40.0
  • Loading branch information
jgkim committed Jan 16, 2017
2 parents 6f15a61 + 26de832 commit 1e45dee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/RNGeocoder/RNGeocoder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "RCTBridgeModule.h"
#import "RCTConvert.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTConvert.h>

#import <CoreLocation/CoreLocation.h>

Expand Down
2 changes: 1 addition & 1 deletion ios/RNGeocoder/RNGeocoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import <CoreLocation/CoreLocation.h>

#import "RCTConvert.h"
#import <React/RCTConvert.h>

@implementation RCTConvert (CoreLocation)

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-geocoder",
"version": "0.4.5",
"version": "0.5.0",
"description": "react native geocoding and reverse geocoding",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,5 +42,9 @@
},
"dependencies": {
"geolib": "^2.0.21"
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
}
}

0 comments on commit 1e45dee

Please sign in to comment.