Browse Source

1.0.4

master
Henning Hall 7 years ago
parent
commit
fb8056fa02
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      README.md
  2. +1
    -1
      package.json

+ 0
- 1
README.md View File

@ -30,7 +30,6 @@ export default class App extends Component {
<DatePicker <DatePicker
date={this.state.chosenDate} date={this.state.chosenDate}
onDateChange={this.setDate} onDateChange={this.setDate}
style={{ width: 300, height: 170 }}
/> />
</View> </View>
); );

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-date-picker-x", "name": "react-native-date-picker-x",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Cross Platform React Native Picker", "description": "A Cross Platform React Native Picker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save