react-native-modal-dropdown
Advanced tools
Comparing version 0.4.0-rc.1 to 0.4.0-rc.2
@@ -349,3 +349,3 @@ /** | ||
button: { | ||
flex: 1, | ||
flexGrow: 1, | ||
justifyContent: 'center', | ||
@@ -352,0 +352,0 @@ }, |
{ | ||
"name": "react-native-modal-dropdown", | ||
"version": "0.4.0-rc.1", | ||
"version": "0.4.0-rc.2", | ||
"description": "A react-native dropdown component for both iOS and Android.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,2 +24,5 @@ [![npm version](https://badge.fury.io/js/react-native-modal-dropdown.svg)](https://badge.fury.io/js/react-native-modal-dropdown) | ||
### v0.4.0-rc.2 | ||
- Enhancement: Compatible with `react-native` v0.36.0 which has a [break change](https://github.com/facebook/react-native/commit/0a9b6bedb312eba22c5bc11498b1cc41363e5f27) causes the default button with zero size. | ||
### v0.4.0-rc.1 | ||
@@ -26,0 +29,0 @@ - New feature: [\#11](https://github.com/sohobloo/react-native-modal-dropdown/issues/11) Open `renderSeparator` prop API. |
17597
107