Home
last modified time | relevance | path

Searched refs:PressableStateCallbackType (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-router/build/views/
H A DPressable.d.ts2 import { Pressable as NativePressable, StyleProp, ViewStyle, PressableStateCallbackType as NativePr…
4 export type PressableStateCallbackType = NativePressableStateCallbackType & { alias
15 children?: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode);
20 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
H A DPressable.js.map1PressableStateCallbackType as NativePressableStateCallbackType,\n} from 'react-native';\n\ntype Na…
/expo/packages/expo-router/src/views/
H A DPressable.tsx6 PressableStateCallbackType as NativePressableStateCallbackType,
12 export type PressableStateCallbackType = NativePressableStateCallbackType & {
24 children?: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode);
30 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts24 export interface PressableStateCallbackType { interface
92 | ((state: PressableStateCallbackType) => React.ReactNode)
155 | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts24 export interface PressableStateCallbackType { interface
92 | ((state: PressableStateCallbackType) => React.ReactNode)
155 | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)
/expo/packages/expo/types/
H A Dreact-native-web.d.ts257 interface PressableStateCallbackType { interface
265 | ((state: PressableStateCallbackType) => React.ReactNode)
269 | ((state: PressableStateCallbackType) => RN.StyleProp<ViewStyle>);