We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bc1da commit 5825988Copy full SHA for 5825988
generatedTypes/components/skeletonView/index.d.ts
@@ -93,6 +93,7 @@ interface SkeletonState {
93
/**
94
* @description: Allows showing a temporary skeleton view while your real view is loading.
95
* @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
97
* @notes: View requires installing the 'react-native-shimmer-placeholder' and 'react-native-linear-gradient' library
98
*/
99
declare class SkeletonView extends Component<SkeletonViewProps, SkeletonState> {
0 commit comments