Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro committed Dec 14, 2017
1 parent 8d15576 commit c451310
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
react-native: 0.51.0
react: 16.0.0
react-native-maps: 0.18.3 or "git+ssh://[email protected]/react-community/react-native-maps.git"
react-native-maps: 0.19.0 or "git+ssh://[email protected]/react-community/react-native-maps.git"
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.19.0 (December 14, 2017)
* Common: [#1715](https://github.com/airbnb/react-native-maps/pull/1715) Fixed region/initialRegion null overrides of this.props
* Common: [#1876](https://github.com/airbnb/react-native-maps/pull/1876) Added support for locally stored tile overlay
* iOS: [#1854](https://github.com/airbnb/react-native-maps/pull/1854) Update GoogleMaps dependency to 2.5.0

## 0.18.3 (November 30, 2017)
* Android: [#1839](https://github.com/airbnb/react-native-maps/pull/1839) [AirGoogleMapManager] Use RCTDirectEventBlock for onMarkerPress

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ PODS:
- GoogleMaps/Base
- React (0.51.0):
- React/Core (= 0.51.0)
- react-native-google-maps (0.18.3):
- react-native-google-maps (0.19.0):
- GoogleMaps (= 2.5.0)
- React
- react-native-maps (0.18.3):
- react-native-maps (0.19.0):
- React
- React/BatchedBridge (0.51.0):
- React/Core
Expand Down
2 changes: 1 addition & 1 deletion lib/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=4
VERSION_NAME=0.18.3
VERSION_NAME=0.19.0
GROUP=com.airbnb.android

POM_DESCRIPTION=React Native Map view component for Android
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <[email protected]>",
"version": "0.18.3",
"version": "0.19.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"run:packager": "./node_modules/react-native/packager/packager.sh",
Expand Down

0 comments on commit c451310

Please sign in to comment.