linxiaoru / react-native-scaledImage

An Image component which can be sacled written in pure javascript for cross-platform support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-scaledImage

An Image component which can be sacled written in pure javascript for cross-platform support.

Documentation

Props

  • uri, uri of the image, required
  • width number, width of the image, optional
  • height number, width of the image, optional

Usage

<ScaledImage uri={image} />

// or
<ScaledImage uri={image} >
  {... some other View tag }
</ScaledImage>

About

An Image component which can be sacled written in pure javascript for cross-platform support.


Languages

Language:JavaScript 100.0%