File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
generatedTypes/components/carousel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ export { CarouselProps };
5
5
declare type DefaultProps = Partial < CarouselProps > ;
6
6
/**
7
7
* @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
9
9
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
10
10
* @extends : ScrollView
11
11
* @extendsLink : https://facebook.github.io/react-native/docs/scrollview
12
- * @notes : This is screen width Component
12
+ * @notes : This is a screen width Component
13
13
*/
14
14
declare class Carousel extends Component < CarouselProps , CarouselState > {
15
15
static displayName : string ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type DefaultProps = Partial<CarouselProps>
15
15
16
16
/**
17
17
* @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
19
19
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
20
20
* @extends : ScrollView
21
21
* @extendsLink : https://facebook.github.io/react-native/docs/scrollview
You can’t perform that action at this time.
0 commit comments