0.15.1 • Published 7 days ago

react-native-turbo-image v0.15.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

react-native-turbo-image

Performant React Native image component. Powered by Nuke and Coil

Features

  • Memory and Disk Cache
  • Image Processing & Decompression
  • Written in TypeScript, Swift and Kotlin
  • Support SVG and Gif

Installation

npm install react-native-turbo-image

Usage

import TurboImage from 'react-native-turbo-image';

// ...

<TurboImage
  src={url}
  style={{ width: 200, height: 200 }}
  cachePolicy="dataCache"
  blurhash="HSAH_STRING"
/>;

Props

PropTypeDefaultDescription
srcstring(required)The URL of the image
styleImageStyle(required)The style of the image
blurhashstringundefinedThe blurhash of the image to show while loading blurh.sh
cachePolicystringmemoryThe cache policy of the image
resizeModestringcontainThe resize mode of the image
showActivityIndicator (iOS only)booleanfalseWhether to show the indicator when loading
fadeDurationnumber0.3(iOS) / 0.1(Android)The transition duration of the image
borderRadiusnumberundefinedThe border radius added to the image
roundedbooleanfalseRound the image into a circle
blurnumberundefinedThe blur radius of the blur filter added to the image
monochromenumber / ColorValueundefinedThe color applied to the image
resizenumber[]undefinedThe size applied to the image
onStartfunctionundefinedThe function to call when the image is fetching
onSucessfunctionundefinedThe function to call when the image is successfully loaded
onFailurefunctionundefinedThe function to call when the image is not fetched successfully

Contributing

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

License

MIT

0.14.0

8 days ago

0.15.0

8 days ago

0.14.1

8 days ago

0.15.1

7 days ago

0.13.0

10 days ago

0.12.0

11 days ago

0.11.3

11 days ago

0.10.0

15 days ago

0.11.0

15 days ago

0.11.1

15 days ago

0.11.2

15 days ago

0.9.0

17 days ago

0.8.0

17 days ago

0.7.0

19 days ago

0.6.0

19 days ago

0.5.0

1 month ago

0.4.2

2 months ago

0.4.1

5 months ago

0.3.2

5 months ago

0.3.3

5 months ago

0.3.0

6 months ago

0.3.1

6 months ago

0.2.0

8 months ago