This project is looking for motivated maintainers, see this issue for more information.
yarn add @utility-nyc/react-native-skeleton-placeholder
import {
Placeholder,
PlaceholderMedia,
PlaceholderLine,
Fade
} from "@utility-nyc/react-native-skeleton-placeholder";
const App = () => (
<Placeholder
Animation={Fade}
>
<PlaceholderLine width={80} />
<PlaceholderLine />
<PlaceholderLine width={30} />
</Placeholder>
);
The web app is available in this github pages: https://mfrachet.github.io/rn-placeholder.
- Rewritten in Typescript
- Less code, more fun 😎
- API Suspense oriented
- New animations