1.3.6 • Published 2 months ago

react-native-skeletons v1.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

React Native Skeletons

A fully customizable small library with zero dependencies for creating animated loading skeletons.

npm.io

Docs & Examples

Installation

yarn add react-native-skeletons

or

npm install react-native-skeletons

or

Copy this file

Usage

Simple one line skeleton:

  <Skeleton />

Skeleton with circle:

  <Skeleton circle width={40} height={40} />

Skeleton with count value:

  <Skeleton count={4} width={'100%'} height={14} />

Skeleton with custom styles:

  <Skeleton
    count={4}
    width={'100%'}
    height={14}
    color={'grey'}
    borderRadius={10}
    style={styles.myCustomStyle}
  />

Skeleton with spacing value:

   <Skeleton count={14} spacing={20} />

Props Reference

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

1.3.6

2 months ago

1.3.5

7 months ago

1.3.4

8 months ago

1.3.3

9 months ago

1.3.2

1 year ago

1.3.1

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago