1.1.3 • Published 3 years ago

expo-fast-image v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Fast image for expo based on expo file system

  1. expo install expo-file-system
  2. yarn add expo-fast-image
  3. import ExpoFastImage from 'expo-fast-image';
<ExpoFastImage
  uri='image uri' // image address
  cacheKey='unique key' // could be a unque id
  style={'custom style'} // your custom style object
  // any supported props by Image
/>

Demo Link: https://youtu.be/NmhsZxBdYKQ

Note If you update your image (which uri maybe changed), then you need to update the cacheKey too (that's important). Because if you dont update the cacheKey, on that time it will load the old cached image

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.1.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago