Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran authored Jan 29, 2024
1 parent c6d6173 commit 3c42c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function App() {
<View style={styles.container}>
<DateTimePicker
mode="single"
date={value}
date={date}
onChange={(params) => setDate(params.date)}
/>
</View>
Expand Down

0 comments on commit 3c42c81

Please sign in to comment.