Skip to content

Commit d553e35

Browse files
committed
Update Carousel gifs
1 parent 2ab5545 commit d553e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/carousel/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type DefaultProps = Partial<CarouselProps>
1515

1616
/**
1717
* @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
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
22-
* @notes: This is screen width Component
22+
* @notes: This is a screen width Component
2323
*/
2424
class Carousel extends Component<CarouselProps, CarouselState> {
2525
static displayName = 'Carousel';

0 commit comments

Comments
 (0)