Skip to content

Commit 4c37ed8

Browse files
committed
uploading gifs
1 parent c369a45 commit 4c37ed8

File tree

11 files changed

+16
-4
lines changed

11 files changed

+16
-4
lines changed
-14.2 KB
Loading

demo/assets/timeline-calendar.gif

4.79 MB
Loading

demo/assets/week-calendar.gif

1.3 MB
Loading

docsRNC/docs/AgendaList.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This component extends **[FlatList](https://reactnative.dev/docs/flatlist)** pro
55
:::
66
**NOTE: This component should be wrapped with `CalendarProvider` component.**
77

8-
<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}></div>
8+
<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/expandable-calendar.gif?raw=true'}/>
9+
10+
</div>
911

1012
## API
1113

docsRNC/docs/ExpandableCalendar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This component extends **[CalendarList](https://github.com/wix/react-native-cale
55
:::
66
**NOTE: This component should be wrapped with `CalendarProvider` component.**
77

8-
<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}></div>
8+
<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/expandable-calendar.gif?raw=true'}/>
9+
10+
</div>
911

1012
## API
1113

docsRNC/docs/Timeline.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Timeline component
44
This component extends **[ScrollView](https://reactnative.dev/docs/scrollview)** props.
55
:::
66

7-
<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}></div>
7+
<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/timeline-calendar.gif?raw=true'}/>
8+
9+
</div>
810

911
## API
1012

docsRNC/docs/WeekCalendar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Week calendar component
44
This component extends **[CalendarList](https://github.com/wix/react-native-calendars/blob/master/src/calendar-list/index.tsx)** props.
55
:::
66

7-
<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}></div>
7+
<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/week-calendar.gif?raw=true'}/>
8+
9+
</div>
810

911
## API
1012

src/expandableCalendar/WeekCalendar/weekCalendar.api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "WeekCalendar",
33
"description": "Week calendar component",
44
"images": [
5+
"https://github.com/wix/react-native-calendars/blob/master/demo/assets/week-calendar.gif?raw=true"
56
],
67
"extends": ["CalendarList"],
78
"extendsLink": [

src/expandableCalendar/agendaList.api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Agenda list component for the `ExpandableCalendar` component.",
44
"note": "This component should be wrapped with `CalendarProvider` component.",
55
"images": [
6+
"https://github.com/wix/react-native-calendars/blob/master/demo/assets/expandable-calendar.gif?raw=true"
67
],
78
"extends": ["FlatList"],
89
"extendsLink": [

src/expandableCalendar/expandableCalendar.api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Expandable calendar component",
44
"note": "This component should be wrapped with `CalendarProvider` component.",
55
"images": [
6+
"https://github.com/wix/react-native-calendars/blob/master/demo/assets/expandable-calendar.gif?raw=true"
67
],
78
"extends": ["CalendarList"],
89
"extendsLink": [

0 commit comments

Comments
 (0)