A minimal placeholder/loading component for React Native that provides a fade animation effect. Version 1.0.1 is the latest stable release. It is a lightweight library (24kB) that offers customizable primary/secondary colors, duration, and visibility. Unlike heavier skeleton libraries, it focuses solely on a simple fade loading animation. It has TypeScript type definitions and requires react and react-native as peer dependencies.
npm install react-native-fade-loadingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
A complete React Native component that uses FadeLoading to wrap children with a fade loading animation.
Set `visible` to true to show children, or use conditional rendering instead.
If relying on the previous default, explicitly set `duration={3000}`.Provide an explicit `style` prop to override defaults, or use a wrapper View.
Ensure react-native-reanimated is installed and linked: run 'npm install react-native-reanimated' and follow its setup instructions.
Update react-native and react-native-fade-loading to compatible versions, or reinstall node_modules.
No dependency data recorded yet.