react-native-mapbox-gl
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,5 @@ | ||
#v2.1.2 | ||
* [Android] fixes a missing prop type bug [#175](https://github.com/mapbox/react-native-mapbox-gl/issues/175) | ||
#v2.1.0 | ||
@@ -2,0 +6,0 @@ |
@@ -38,3 +38,11 @@ 'use strict' | ||
translateX: React.PropTypes.number, | ||
rotation: React.PropTypes.number | ||
rotation: React.PropTypes.number, | ||
// Fix for https://github.com/mapbox/react-native-mapbox-gl/issues/175 | ||
renderToHardwareTextureAndroid: React.PropTypes.bool, | ||
onLayout: React.PropTypes.bool, | ||
accessibilityLiveRegion: React.PropTypes.string, | ||
accessibilityComponentType: React.PropTypes.string, | ||
accessibilityLabel: React.PropTypes.string, | ||
testID: React.PropTypes.string, | ||
importantForAccessibility: React.PropTypes.string | ||
}, | ||
@@ -41,0 +49,0 @@ defaultProps() { |
{ | ||
"name": "react-native-mapbox-gl", | ||
"description": "A Mapbox GL react native module for creating custom maps", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"author": "Bobby Sudekum", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
130575
676