Home
last modified time | relevance | path

Searched refs:Touchable (Results 1 – 25 of 32) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchable.d.ts18 export interface Touchable { interface
26 export const Touchable: { constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchable.d.ts18 export interface Touchable { interface
26 export const Touchable: { constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/View/
H A DViewPropTypes.d.ts16 import {Touchable} from '../Touchable/Touchable';
173 Touchable,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/View/
H A DViewPropTypes.d.ts16 import {Touchable} from '../Touchable/Touchable';
173 Touchable,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/Touchable/__tests__/__snapshots__/
H A DTouchableOpacity-test.js.snap22 Touchable
51 Touchable
80 Touchable
H A DTouchableWithoutFeedback-test.js.snap15 Touchable
H A DTouchableHighlight-test.js.snap17 Touchable
H A DTouchableNativeFeedback-test.js.snap15 Touchable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/__tests__/__snapshots__/
H A DTouchableOpacity-test.js.snap39 Touchable
80 Touchable
121 Touchable
H A DTouchableWithoutFeedback-test.js.snap24 Touchable
H A DTouchableHighlight-test.js.snap25 Touchable
H A DTouchableNativeFeedback-test.js.snap218 Touchable
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/__tests__/__snapshots__/
H A DTouchableOpacity-test.js.snap39 Touchable
80 Touchable
121 Touchable
H A DTouchableWithoutFeedback-test.js.snap24 Touchable
H A DTouchableHighlight-test.js.snap25 Touchable
H A DTouchableNativeFeedback-test.js.snap218 Touchable
/expo/apps/native-component-list/src/screens/
H A DTouchableBounceScreen.native.tsx4 import TouchableBounce from 'react-native/Libraries/Components/Touchable/TouchableBounce';
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts20 import {Touchable} from '../Touchable/Touchable';
589 Touchable {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts20 import {Touchable} from '../Touchable/Touchable';
589 Touchable {
/expo/home/components/
H A DQRFooterButton.tsx8 import TouchableBounce from 'react-native/Libraries/Components/Touchable/TouchableBounce';
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStack.mm580 // cancel touches in parent, this is needed to cancel RN touch events. For example when Touchable
581 // item is close to an edge and we start pulling from edge we want the Touchable to be cancelled.
582 // Without the below code the Touchable will remain active (highlighted) for the duration of back
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStack.mm580 // cancel touches in parent, this is needed to cancel RN touch events. For example when Touchable
581 // item is close to an edge and we start pulling from edge we want the Touchable to be cancelled.
582 // Without the below code the Touchable will remain active (highlighted) for the duration of back
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStack.mm599 // cancel touches in parent, this is needed to cancel RN touch events. For example when Touchable
600 // item is close to an edge and we start pulling from edge we want the Touchable to be cancelled.
601 // Without the below code the Touchable will remain active (highlighted) for the duration of back
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStack.mm599 // cancel touches in parent, this is needed to cancel RN touch events. For example when Touchable
600 // item is close to an edge and we start pulling from edge we want the Touchable to be cancelled.
601 // Without the below code the Touchable will remain active (highlighted) for the duration of back
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTTouchHandler.m241 * While this is not optimal, it is exactly what UIManager.measure does, and what Touchable.js

12