Skip to content

Commit 3c42c81

Browse files
Update README.md
1 parent c6d6173 commit 3c42c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function App() {
3737
<View style={styles.container}>
3838
<DateTimePicker
3939
mode="single"
40-
date={value}
40+
date={date}
4141
onChange={(params) => setDate(params.date)}
4242
/>
4343
</View>

0 commit comments

Comments
 (0)