Skip to content

Commit 5fcbc76

Browse files
louiszawadzkithibautguedou3
authored andcommitted
fix(example): Fix DatePicker
1 parent a98751a commit 5fcbc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default () => (
5252
label="If you like the repo, have you starred it 😁?"
5353
name="star"
5454
/>
55-
<DatePicker label="Birthday" name="birthday" />
55+
<FocusedDatePicker label="Birthday" name="birthday" />
5656

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

0 commit comments

Comments
 (0)