Skip to content

Commit 5825988

Browse files
committed
Add missing generate type file
1 parent 47bc1da commit 5825988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generatedTypes/components/skeletonView/index.d.ts

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

0 commit comments

Comments
 (0)