Skip to content

Commit

Permalink
modify demo
Browse files Browse the repository at this point in the history
  • Loading branch information
xwenliang committed Feb 24, 2016
1 parent e304564 commit 743677c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/area-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class AreaPicker extends React.Component {
</TouchableOpacity>
<Picker
ref={picker => this.picker = picker}
pickerHeight={320}
style={{height: 320}}
showDuration={300}
pickerData={this.state.pickerData}
selectedValue={this.state.selectedValue}
Expand Down
2 changes: 1 addition & 1 deletion demo/date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class DatePicker extends React.Component {
</TouchableOpacity>
<Picker
ref={picker => this.picker = picker}
pickerHeight={320}
style={{height: 320}}
showDuration={300}
pickerData={createDateData()}
selectedValue={['2015年', '12月', '12日']}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker",
"version": "2.0.2",
"version": "2.0.3",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 743677c

Please sign in to comment.