Skip to content

Commit b2867e9

Browse files
v0.19.0
1 parent b05397f commit b2867e9

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
react-native: 0.51.0
3434
react: 16.0.0
35-
react-native-maps: 0.18.3 or "git+ssh://git@github.com/react-community/react-native-maps.git"
35+
react-native-maps: 0.19.0 or "git+ssh://git@github.com/react-community/react-native-maps.git"
3636
3737
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:
3838

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.19.0 (December 14, 2017)
4+
* Common: [#1715](https://github.com/airbnb/react-native-maps/pull/1715) Fixed region/initialRegion null overrides of this.props
5+
* Common: [#1876](https://github.com/airbnb/react-native-maps/pull/1876) Added support for locally stored tile overlay
6+
* iOS: [#1854](https://github.com/airbnb/react-native-maps/pull/1854) Update GoogleMaps dependency to 2.5.0
7+
38
## 0.18.3 (November 30, 2017)
49
* Android: [#1839](https://github.com/airbnb/react-native-maps/pull/1839) [AirGoogleMapManager] Use RCTDirectEventBlock for onMarkerPress
510

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ PODS:
66
- GoogleMaps/Base
77
- React (0.51.0):
88
- React/Core (= 0.51.0)
9-
- react-native-google-maps (0.18.3):
9+
- react-native-google-maps (0.19.0):
1010
- GoogleMaps (= 2.5.0)
1111
- React
12-
- react-native-maps (0.18.3):
12+
- react-native-maps (0.19.0):
1313
- React
1414
- React/BatchedBridge (0.51.0):
1515
- React/Core

lib/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=4
2-
VERSION_NAME=0.18.3
2+
VERSION_NAME=0.19.0
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Mapview component for iOS + Android",
44
"main": "index.js",
55
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
6-
"version": "0.18.3",
6+
"version": "0.19.0",
77
"scripts": {
88
"start": "node node_modules/react-native/local-cli/cli.js start",
99
"run:packager": "./node_modules/react-native/packager/packager.sh",

0 commit comments

Comments
 (0)