File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ type DefaultProps = Partial<CarouselProps>
15
15
16
16
/**
17
17
* @description : Carousel for scrolling pages horizontally
18
- * @gif : https://media.giphy .com/media/l0HU7f8gjpRlMRhKw/giphy .gif, https://media.giphy .com/media/3oFzmcjX9OhpyckhcQ/giphy .gif
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
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
22
- * @notes : This is screen width Component
22
+ * @notes : This is a screen width Component
23
23
*/
24
24
class Carousel extends Component < CarouselProps , CarouselState > {
25
25
static displayName = 'Carousel' ;
You can’t perform that action at this time.
0 commit comments