Skip to content

Commit 67c40ff

Browse files
authored
Merge pull request #1869 from KristianRykkje/patch-1
Update CalendarList.md
2 parents fab8fe0 + 3c9b2e0 commit 67c40ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsRNC/docs/CalendarList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calendar list component
22
[(code example)](https://github.com/wix/react-native-calendars/blob/master/example/src/screens/calendarsList.tsx)
33
:::info
4-
This component extends **[Calendar, FlatList](https://github.com/wix/react-native-calendars/blob/master/src/calendar/index.tsx,https://reactnative.dev/docs/flatlist)** props.
4+
This component extends **[Calendar](https://github.com/wix/react-native-calendars/blob/master/src/calendar/index.tsx), [FlatList](https://reactnative.dev/docs/flatlist)** props.
55
:::
66

77
<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}><img style={{maxHeight: '420px'}} src={'https://github.com/wix/react-native-calendars/blob/master/demo/assets/calendar-list.gif?raw=true'}/>

0 commit comments

Comments
 (0)