@softmedialab/react-native-datepicker
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -355,3 +355,4 @@ import React, {Component} from 'react'; | ||
allowFontScaling, | ||
locale | ||
locale, | ||
height | ||
} = this.props; | ||
@@ -403,3 +404,3 @@ | ||
<Animated.View | ||
style={[Style.datePickerCon, {height: this.state.animatedHeight}, customStyles.datePickerCon]} | ||
style={[Style.datePickerCon, {height: /*this.state.animatedHeight*/ height}, customStyles.datePickerCon]} | ||
> | ||
@@ -406,0 +407,0 @@ <View pointerEvents={this.state.allowPointerEvents ? 'auto' : 'none'}> |
{ | ||
"name": "@softmedialab/react-native-datepicker", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "React Native DatePicker component for both Android and iOS, useing DatePickerAndroid, TimePickerAndroid and DatePickerIOS", | ||
@@ -5,0 +5,0 @@ "main": "datepicker.js", |
49208
797