File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.16.1 (August 15, 2017)
4
+ * Android: [ #1428 ] ( https://github.com/airbnb/react-native-maps/pull/#1428 ) Add ability to load marker image from drawable
5
+ * iOS: [ #1187 ] ( https://github.com/airbnb/react-native-maps/pull/1187 ) Improve marker performance
6
+ * iOS/Android: [ #1458 ] ( https://github.com/airbnb/react-native-maps/pull/1458 ) Add Google Maps legalNotice constant
7
+ * JS: [ #1546 ] ( https://github.com/airbnb/react-native-maps/pull/1546 ) Fix initial region native prop
8
+
3
9
## 0.16.0 (August 9, 2017)
4
- * Android: [ #1481 ] ( https://github.com/airbnb/react-native-maps/pull/# 1481 ) Handle Android RN 0.47 breaking change
10
+ * Android: [ #1481 ] ( https://github.com/airbnb/react-native-maps/pull/1481 ) Handle Android RN 0.47 breaking change
5
11
* iOS: [ #1357 ] ( https://github.com/airbnb/react-native-maps/pull/1357 ) add MKTileOverlayRenderer
6
12
* iOS: [ #1369 ] ( https://github.com/airbnb/react-native-maps/pull/1369 ) Add onMapReady callback
7
13
* Android/iOS/JS: [ #1360 ] ( https://github.com/airbnb/react-native-maps/pull/1360 ) Add minZoom and maxZoom properties for android and ios
Original file line number Diff line number Diff line change 1
1
VERSION_CODE =4
2
- VERSION_NAME =0.16.0
2
+ VERSION_NAME =0.16.1
3
3
GROUP =com.airbnb.android
4
4
5
5
POM_DESCRIPTION =React Native Map view component for Android
Original file line number Diff line number Diff line change 3
3
"description" : " React Native Mapview component for iOS + Android" ,
4
4
"main" : " index.js" ,
5
5
"author" : " Leland Richardson <leland.m.richardson@gmail.com>" ,
6
- "version" : " 0.16.0 " ,
6
+ "version" : " 0.16.1 " ,
7
7
"scripts" : {
8
8
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
9
9
"run:packager" : " ./node_modules/react-native/packager/packager.sh" ,
You can’t perform that action at this time.
0 commit comments