Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
A wrapper for making views respond properly to touches. On press down, the opacity of the wrapped view is decreased, dimming it. Opacity is controlled by wrapping the children in an Animated.View, which is added to the view hierarchy. Be aware that this can affect layout.

Example


Reference

Props

TouchableWithoutFeedback Props

Inherits TouchableWithoutFeedback Props.

style


isFocusableInTouchMode Vega

Determines whether the wrapped view is focusable in Touch mode

activeOpacity

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

hasTVPreferredFocus Android iOS Vega TV

TV preferred focus (see documentation for the View component).

nextFocusDown Android Vega TV

TV next focus down (see documentation for the View component).

nextFocusForward Android Vega TV

TV next focus forward (see documentation for the View component).

nextFocusLeft Android Vega TV

TV next focus left (see documentation for the View component).

nextFocusRight Android Vega TV

TV next focus right (see documentation for the View component).

nextFocusUp Android Vega TV

TV next focus up (see documentation for the View component).

ref

A ref setter that will be assigned an element node when mounted.
Last modified on May 13, 2026