Skip to content

Commit

Permalink
fix(example): Fix DatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki authored and thibautguedou3 committed Feb 11, 2019
1 parent a98751a commit 5fcbc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default () => (
label="If you like the repo, have you starred it 😁?"
name="star"
/>
<DatePicker label="Birthday" name="birthday" />
<FocusedDatePicker label="Birthday" name="birthday" />

<Button onPress={props.handleSubmit} title="SUBMIT" />
<Text>{JSON.stringify(props, null, 2)}</Text>
Expand Down

0 comments on commit 5fcbc76

Please sign in to comment.