Skip to content

Commit 106f0ca

Browse files
v0.20.1
1 parent cd868ea commit 106f0ca

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## 0.20.0 (February 2, 2018)
3+
## 0.20.1 (February 13, 2018)
4+
* Common: [hotfix PROVIDER_GOOGLE](https://github.com/react-community/react-native-maps/commit/cd868ea7b33a04c8bdd5e909cf134a133b2cb316)
5+
* iOS: [#2019](https://github.com/airbnb/react-native-maps/pull/2019) Exposing the maximumZ property to AIRMapUrlTile
6+
7+
8+
## 0.20.0 (February 9, 2018)
49
* Common: [#1889](https://github.com/airbnb/react-native-maps/pull/1889) Fix for 'Animated.Region undefined constructor' in recent react-native version.
510
* iOS: [#1853](https://github.com/airbnb/react-native-maps/pull/1853) Fixed onMapReady no longer getting called on iOS
611
* Android: [#1906](https://github.com/airbnb/react-native-maps/pull/1906) Manage Zoom Controls visibility on the map

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.20.0):
9+
- react-native-google-maps (0.20.1):
1010
- GoogleMaps (= 2.5.0)
1111
- React
12-
- react-native-maps (0.20.0):
12+
- react-native-maps (0.20.1):
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.20.0
2+
VERSION_NAME=0.20.1
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 <[email protected]>",
6-
"version": "0.20.0",
6+
"version": "0.20.1",
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)