UNPKG

react-native-skeleton-loading

Version:

Smooth Skeleton Loader For expo and react-native. It is built on the top of react-native-reanimated v3, making it ectremely smooth and flawless.

12 lines (10 loc) 217 B
export interface SkeletonLoading { /** * background of the loader componenet */ background: string, /** * highlight color of the loader component */ highlight: string }