Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TouchableHighlightProperties

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. Determines what the opacity of the wrapped view should be when touch is active.

Optional hasTVPreferredFocus

hasTVPreferredFocus: undefined | true | false

(Apple TV only) TV preferred focus (see documentation for the View component). It is for ios only (Apple TV only) TV preferred focus (see documentation for the View component). It is for ios only

Optional onHideUnderlay

onHideUnderlay: undefined | function

Called immediately after the underlay is hidden Called immediately after the underlay is hidden

Optional onShowUnderlay

onShowUnderlay: undefined | function

Called immediately after the underlay is shown Called immediately after the underlay is shown

Optional style

style: undefined | object

It is used for styling . It is used for styling .

Optional tvParallaxProperties

tvParallaxProperties: undefined | object

Apple TV only) Object with properties to control Apple TV parallax effects. enabled: If true, parallax effects are enabled. Defaults to true. shiftDistanceX: Defaults to 2.0. shiftDistanceY: Defaults to 2.0. tiltAngle: Defaults to 0.05. magnification: Defaults to 1.0. Apple TV only) Object with properties to control Apple TV parallax effects. enabled: If true, parallax effects are enabled. Defaults to true. shiftDistanceX: Defaults to 2.0. shiftDistanceY: Defaults to 2.0. tiltAngle: Defaults to 0.05. magnification: Defaults to 1.0.

Optional underlayColor

underlayColor: ColorProperties

The color of the underlay that will show through when the touch is active. The color of the underlay that will show through when the touch is active.

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