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.

10 lines (8 loc) 171 B
module.exports = function(api) { if(api) { api.cache(false); } return { plugins: ['react-native-reanimated/plugin'], }; };