Skip to content

Commit 47bc1da

Browse files
committed
Update SkeletonView image in docs
1 parent 6c98cff commit 47bc1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/skeletonView/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ interface SkeletonState {
112112
/**
113113
* @description: Allows showing a temporary skeleton view while your real view is loading.
114114
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/SkeletonViewScreen.js
115+
* @image: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Skeleton/Skeleton.gif?raw=true
115116
* @notes: View requires installing the 'react-native-shimmer-placeholder' and 'react-native-linear-gradient' library
116117
*/
117118
class SkeletonView extends Component<SkeletonViewProps, SkeletonState> {

0 commit comments

Comments
 (0)