Skip to content

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

Notifications You must be signed in to change notification settings

linxiaoru/react-native-scaledImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published