1.0.4 • Published 7 years ago

react-native-beautiful-image v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-native-beautiful-image

The Image component that supports fadeIn animation and shows placeholderSource if the main source can't be loaded. More will be implemented.

Installation

npm i --save react-native-beautiful-image

Please file an issue if you have any trouble!

Usage

import Image from 'react-native-beautiful-image';

....

<Image source={{ uri: 'https://avatars2.githubusercontent.com/u/1784243?v=3&s=460' }}
    placeholderSource={require('./placeholder.png'} />

Options

Supports all Image properties.

optionInfo
placeholderSourceShow placeholderSource if the source can't be loaded.

Todo

  • Support more animations
  • Lazy Loading based on position in View.
  • TBD

License

MIT

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago