44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<e85dfe98c549ac9fff85a8d7b90b5fd3 >>
7+ * @generated SignedSource<<637f1d0b012ebca68c9e020a52eb2803 >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -403,6 +403,16 @@ declare const staggerImpl: (
403403 time : number ,
404404 animations : Array < CompositeAnimation > ,
405405) => CompositeAnimation
406+ declare const States : {
407+ ERROR : "ERROR"
408+ NOT_RESPONDER : "NOT_RESPONDER"
409+ RESPONDER_ACTIVE_LONG_PRESS_IN : "RESPONDER_ACTIVE_LONG_PRESS_IN"
410+ RESPONDER_ACTIVE_LONG_PRESS_OUT : "RESPONDER_ACTIVE_LONG_PRESS_OUT"
411+ RESPONDER_ACTIVE_PRESS_IN : "RESPONDER_ACTIVE_PRESS_IN"
412+ RESPONDER_ACTIVE_PRESS_OUT : "RESPONDER_ACTIVE_PRESS_OUT"
413+ RESPONDER_INACTIVE_PRESS_IN : "RESPONDER_INACTIVE_PRESS_IN"
414+ RESPONDER_INACTIVE_PRESS_OUT : "RESPONDER_INACTIVE_PRESS_OUT"
415+ }
406416declare const subtract : typeof $$AnimatedImplementation . subtract
407417declare const subtractImpl : (
408418 a : AnimatedNode_default | number ,
@@ -446,6 +456,7 @@ declare const ToastAndroid_default: {
446456 yOffset : number ,
447457 ) => void
448458}
459+ declare const Touchable : typeof TouchableImpl_default
449460declare const Touchable_default : (
450461 props : TouchableOpacityProps & {
451462 ref ?: React . Ref < TouchableOpacityInstance >
@@ -457,6 +468,33 @@ declare const TouchableHighlight_default: (
457468 ref ?: React . Ref < TouchableHighlightInstance >
458469 } ,
459470) => React . ReactNode
471+ declare const TouchableImpl_default : {
472+ Mixin : typeof TouchableMixinImpl
473+ renderDebugView : ( $$PARAM_0$$ : {
474+ color : ColorValue
475+ hitSlop ?: EdgeInsetsProp
476+ } ) => null | React . ReactNode
477+ }
478+ declare const TouchableMixinImpl : {
479+ withoutDefaultFocusAndBlur : { }
480+ componentDidMount : ( ) => void
481+ componentWillUnmount : ( ) => void
482+ touchableGetInitialState : ( ) => {
483+ touchable : {
484+ responderID : GestureResponderEvent [ "currentTarget" ] | undefined
485+ touchState : TouchableState | undefined
486+ }
487+ }
488+ touchableHandleBlur : ( e : BlurEvent ) => void
489+ touchableHandleFocus : ( e : FocusEvent ) => void
490+ touchableHandleResponderGrant : ( e : GestureResponderEvent ) => void
491+ touchableHandleResponderMove : ( e : GestureResponderEvent ) => void
492+ touchableHandleResponderRelease : ( e : GestureResponderEvent ) => void
493+ touchableHandleResponderTerminate : ( e : GestureResponderEvent ) => void
494+ touchableHandleResponderTerminationRequest : ( ) => any
495+ touchableHandleStartShouldSetResponder : ( ) => any
496+ touchableLongPressCancelsPress : ( ) => boolean
497+ }
460498declare const TouchableOpacity : typeof Touchable_default
461499declare const UIManager : typeof UIManager_default
462500declare const UIManager_default : UIManagerJSInterface
@@ -5333,6 +5371,7 @@ declare type TimingAnimationConfig = Readonly<
53335371 }
53345372>
53355373declare type ToastAndroid = typeof ToastAndroid
5374+ declare type Touchable = typeof Touchable
53365375declare type TouchableHighlight = typeof TouchableHighlight
53375376declare type TouchableHighlightBaseProps = {
53385377 readonly activeOpacity ?: number
@@ -5439,6 +5478,15 @@ declare type TouchableOpacityTVProps = {
54395478 readonly nextFocusRight ?: number
54405479 readonly nextFocusUp ?: number
54415480}
5481+ declare type TouchableState =
5482+ | typeof States . ERROR
5483+ | typeof States . NOT_RESPONDER
5484+ | typeof States . RESPONDER_ACTIVE_LONG_PRESS_IN
5485+ | typeof States . RESPONDER_ACTIVE_LONG_PRESS_OUT
5486+ | typeof States . RESPONDER_ACTIVE_PRESS_IN
5487+ | typeof States . RESPONDER_ACTIVE_PRESS_OUT
5488+ | typeof States . RESPONDER_INACTIVE_PRESS_IN
5489+ | typeof States . RESPONDER_INACTIVE_PRESS_OUT
54425490declare function TouchableWithoutFeedback (
54435491 props : TouchableWithoutFeedbackProps ,
54445492) : React . ReactNode
@@ -6126,6 +6174,7 @@ export {
61266174 TextProps , // 58466ea1
61276175 TextStyle , // b62b8399
61286176 ToastAndroid , // 88a8969a
6177+ Touchable , // c15da0a2
61296178 TouchableHighlight , // 20ba0199
61306179 TouchableHighlightInstance , // b510c0eb
61316180 TouchableHighlightProps , // 337a9164
0 commit comments