UNPKG

react-native-shimmer-placeholder

Version:

<h2 align="center"> React Native Shimmer Placeholder </h2> <h5 align="center"> Placeholder for both IOS and Android </h5> <p align="center"> <img src="https://github.com/tomzaku/react-native-shimmer-placeholder/blob/master/example.gif?raw=true"> </p>

14 lines (10 loc) 242 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry, } from 'react-native'; import Shimmer from './shimmer.js' AppRegistry.registerComponent('shimmer_placeholder', () => Shimmer);