File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const _ = require('lodash');
22const childProcess = require ( 'child_process' ) ;
33const fs = require ( 'fs' ) ;
44
5- const COMPONENTS_DOCS_DIR = './demo/ docsRNC/docs' ;
5+ const COMPONENTS_DOCS_DIR = './docsRNC/docs' ;
66
77const result = childProcess . execSync ( 'find ./src -name "*api.json"' ) ;
88const apiFiles = result . toString ( ) . trim ( ) . split ( '\n' ) ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ type State = {
6666 * @extends : CalendarList
6767 * @extendslink : docs/CalendarList
6868 * @example : https://github.com/wix/react-native-calendars/blob/master/example/src/screens/agenda.js
69- * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/agenda.gif
69+ * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/assets/ agenda.gif
7070 */
7171export default class Agenda extends Component < AgendaProps , State > {
7272 static displayName = 'Agenda' ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ type State = {
7474 * @extends : Calendar
7575 * @extendslink : docs/Calendar
7676 * @example : https://github.com/wix/react-native-calendars/blob/master/example/src/screens/calendarsList.js
77- * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/calendar-list.gif
77+ * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/assets/ calendar-list.gif
7878 */
7979class CalendarList extends Component < CalendarListProps , State > {
8080 static displayName = 'CalendarList' ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ interface State {
7979/**
8080 * @description : Calendar component
8181 * @example : https://github.com/wix/react-native-calendars/blob/master/example/src/screens/calendars.js
82- * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/calendar.gif
82+ * @gif : https://github.com/wix/react-native-calendars/blob/master/demo/assets/ calendar.gif
8383 */
8484class Calendar extends Component < CalendarProps , State > {
8585 static displayName = 'Calendar' ;
You can’t perform that action at this time.
0 commit comments