Skip to content

Commit ddabe09

Browse files
committed
adding marked dates to demo
1 parent 396b90c commit ddabe09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/src/screens/calendarListScreen.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const CalendarListScreen = (props: Props) => {
2020
disableTouchEvent: true,
2121
selectedColor: '#5E60CE',
2222
selectedTextColor: 'white'
23+
},
24+
['2022-08-05']: {
25+
selectedTextColor: 'pink'
2326
}
2427
};
2528
}, [selected]);

0 commit comments

Comments
 (0)