1.0.8 • Published 6 years ago

react-native-esoftplay-fast-image v1.0.8

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

react-native-esoftplay-fast-image

fast image for react native : support expo rendering image with adaptation for device pixel

INSTALATION

npm install --save react-native-esoftplay-fast-image

USAGE

import FastImage from 'react-native-esoftplay-fast-image'

<FastImage
  source={{uri:blabla}
  style={style properties for Image}
  quality={1} 
  resizeMode={'contain'|'cover'}
  />

PROPS

  • source = same as image source props
  • quality = float = 0.1 - 1 ( 1 mean one pixel image === 1 pixel display )
  • resizeMode = string = only support for contain/cover mode
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago