react-native-auto-placeholder-loading

0.0.1 • Public • Published

react-native-auto-placeholder-loading

Getting started

$ npm i react-native-auto-placeholder-loading --save

or

$ yarn add react-native-auto-placeholder-loading

Usage

import { Text, View } from 'react-native';
import AutoPlaceholderLoading from 'react-native-auto-placeholder-loading';
 
const App = () => (
  <AutoPlaceholderLoading loading={isFetched}>
      <View>
       <Text>Hello World</Text>
      </View>
  </AutoPlaceholderLoading>
);

Package Sidebar

Install

npm i react-native-auto-placeholder-loading

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

5.62 kB

Total Files

6

Last publish

Collaborators

  • eaeao