Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TouchableOpacityProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional Touchablewithoutfeedback

Touchablewithoutfeedback: TouchableWithoutFeedbackProperties

TouchableWithoutFeedback supports only one child. If you wish to have several child components, wrap them in a View. TouchableWithoutFeedback supports only one child. If you wish to have several child components, wrap them in a View.

Optional activeOpacity

activeOpacity: undefined | number

Determines what the opacity of the wrapped view should be when touch is active. Defaults to 0.2. Determines what the opacity of the wrapped view should be when touch is active. Defaults to 0.2.

hasTVPreferredFocus

hasTVPreferredFocus: boolean

(Apple TV only) TV preferred focus . (Apple TV only) TV preferred focus .

setOpacityTo

setOpacityTo: function

Animate the touchable to a new opacity. Animate the touchable to a new opacity.

Type declaration

    • (value: number, duration: number): void
    • Parameters

      • value: number
      • duration: number

      Returns void

Optional tvParallaxProperties

tvParallaxProperties: undefined | object

Apple TV parallax effects Apple TV parallax effects

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc