Skip to content

Commit fb8056f

Browse files
committed
1.0.4
1 parent 00a484b commit fb8056f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default class App extends Component {
3030
<DatePicker
3131
date={this.state.chosenDate}
3232
onDateChange={this.setDate}
33-
style={{ width: 300, height: 170 }}
3433
/>
3534
</View>
3635
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-date-picker-x",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Cross Platform React Native Picker",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)