React Ape

React Ape

  • Docs
  • Contributing
  • Blog
  • GitHub
  • React

›Props

The Basics

  • Getting Started
  • Learning the Basics
  • Height and Width

Guides

  • Components and APIs
  • Navigation on Apps
  • Custom Components

Contributing

  • How to Contribute

Components

  • Image
  • Text
  • View

APIs

  • Dimensions
  • Platform
  • StyleSheet
  • Navigation

Props

  • Image Style Props
  • Text Style Props
  • View Style Props
Edit

Image Style Props

Reference

Props

backfaceVisibility

The property defines whether or not the back face of a rotated image should be visible.

TypeDefault
enum('visible', 'hidden')'visible'

backgroundColor

Type
color (RGB, HSL or named colors according CSS3/SVG specification)

borderBottomLeftRadius

Type
number

borderBottomRightRadius

Type
number

borderColor

Type
color (RGB, HSL or named colors according CSS3/SVG specification)

borderRadius

Type
number

borderTopLeftRadius

Type
number

borderTopRightRadius

Type
number

borderWidth

Type
number

opacity

Set an opacity value for the image. The number should be in the range from 0.0 to 1.0.

TypeDefault
number1.0

overflow

TypeDefault
enum('visible', 'hidden')'visible'

resizeMode

TypeDefault
enum('cover', 'contain', 'stretch', 'repeat', 'center')'cover'
← NavigationText Style Props →
  • Props
    • backfaceVisibility
    • backgroundColor
    • borderBottomLeftRadius
    • borderBottomRightRadius
    • borderColor
    • borderRadius
    • borderTopLeftRadius
    • borderTopRightRadius
    • borderWidth
    • opacity
    • overflow
    • resizeMode
Docs
Getting StartedGuidesAPI Reference
Community
Who is Using React-Ape?Twitter
More
BlogGitHubStar React Ape on GitHub
Copyright © 2022 Raphael Amorim