Skip to content

Commit 433ebef

Browse files
committed
Fix Carousel gif
1 parent d553e35 commit 433ebef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generatedTypes/components/carousel/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ export { CarouselProps };
55
declare type DefaultProps = Partial<CarouselProps>;
66
/**
77
* @description: Carousel for scrolling pages horizontally
8-
* @gif: https://media.giphy.com/media/l0HU7f8gjpRlMRhKw/giphy.gif, https://media.giphy.com/media/3oFzmcjX9OhpyckhcQ/giphy.gif
8+
* @gif: https://user-images.githubusercontent.com/1780255/107120258-40b5bc80-6895-11eb-9596-8065d3a940ff.gif, https://user-images.githubusercontent.com/1780255/107120257-3eebf900-6895-11eb-9800-402e9e0dc692.gif
99
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
1010
* @extends: ScrollView
1111
* @extendsLink: https://facebook.github.io/react-native/docs/scrollview
12-
* @notes: This is screen width Component
12+
* @notes: This is a screen width Component
1313
*/
1414
declare class Carousel extends Component<CarouselProps, CarouselState> {
1515
static displayName: string;

src/components/carousel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type DefaultProps = Partial<CarouselProps>
1515

1616
/**
1717
* @description: Carousel for scrolling pages horizontally
18-
* @gif: https://user-images.githubusercontent.com/1780255/107120257-3eebf900-6895-11eb-9800-402e9e0dc692.gif, https://user-images.githubusercontent.com/1780255/107120257-3eebf900-6895-11eb-9800-402e9e0dc692.gif
18+
* @gif: https://user-images.githubusercontent.com/1780255/107120258-40b5bc80-6895-11eb-9596-8065d3a940ff.gif, https://user-images.githubusercontent.com/1780255/107120257-3eebf900-6895-11eb-9800-402e9e0dc692.gif
1919
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
2020
* @extends: ScrollView
2121
* @extendsLink: https://facebook.github.io/react-native/docs/scrollview

0 commit comments

Comments
 (0)