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 6c98cff commit 47bc1daCopy full SHA for 47bc1da
src/components/skeletonView/index.tsx
@@ -112,6 +112,7 @@ interface SkeletonState {
112
/**
113
* @description: Allows showing a temporary skeleton view while your real view is loading.
114
* @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
116
* @notes: View requires installing the 'react-native-shimmer-placeholder' and 'react-native-linear-gradient' library
117
*/
118
class SkeletonView extends Component<SkeletonViewProps, SkeletonState> {
0 commit comments