Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro committed Feb 13, 2018
1 parent cd868ea commit 106f0ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

## 0.20.0 (February 2, 2018)
## 0.20.1 (February 13, 2018)
* Common: [hotfix PROVIDER_GOOGLE](https://github.com/react-community/react-native-maps/commit/cd868ea7b33a04c8bdd5e909cf134a133b2cb316)
* iOS: [#2019](https://github.com/airbnb/react-native-maps/pull/2019) Exposing the maximumZ property to AIRMapUrlTile


## 0.20.0 (February 9, 2018)
* Common: [#1889](https://github.com/airbnb/react-native-maps/pull/1889) Fix for 'Animated.Region undefined constructor' in recent react-native version.
* iOS: [#1853](https://github.com/airbnb/react-native-maps/pull/1853) Fixed onMapReady no longer getting called on iOS
* Android: [#1906](https://github.com/airbnb/react-native-maps/pull/1906) Manage Zoom Controls visibility on the map
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.20.0):
- react-native-google-maps (0.20.1):
- GoogleMaps (= 2.5.0)
- React
- react-native-maps (0.20.0):
- react-native-maps (0.20.1):
- 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.20.0
VERSION_NAME=0.20.1
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.20.0",
"version": "0.20.1",
"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 106f0ca

Please sign in to comment.