Home
last modified time | relevance | path

Searched refs:ViewStyle (Results 1 – 25 of 93) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
45 style?: StyleProp<ViewStyle> | undefined;
85 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
45 style?: StyleProp<ViewStyle> | undefined;
85 style?: StyleProp<ViewStyle> | undefined;
/expo/packages/expo-router/build/views/
H A DPressable.d.ts2 import { Pressable as NativePressable, StyleProp, ViewStyle, PressableStateCallbackType as NativePr…
20 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
/expo/packages/expo-router/build/layouts/
H A DTabs.d.ts137 tabBarItemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
143ViewStyle> | import("react-native").Animated.AnimatedInterpolation<string | number> | import("reac…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DInputAccessoryView.d.ts12 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
33 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DInputAccessoryView.d.ts12 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
33 style?: StyleProp<ViewStyle> | undefined;
/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxButton.d.ts1 import { GestureResponderEvent, Insets, ViewStyle } from 'react-native';
10 style?: ViewStyle;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboardAvoidingView.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
32 contentContainerStyle?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboardAvoidingView.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
32 contentContainerStyle?: StyleProp<ViewStyle> | undefined;
/expo/packages/html-elements/build/primitives/
H A DView.d.ts2 import { AccessibilityRole, StyleProp, View as NativeView, ViewStyle as NativeViewStyle } from 'rea…
115 export type ViewStyle = Omit<NativeViewStyle, 'position'> & WebViewStyle; alias
117 style?: StyleProp<ViewStyle>;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts13 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
154 | StyleProp<ViewStyle>
155 | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts13 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
154 | StyleProp<ViewStyle>
155 | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts15 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
42 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts15 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
42 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheet.d.ts10 import {ImageStyle, TextStyle, ViewStyle} from './StyleSheetTypes';
32 type NamedStyles<T> = {[P in keyof T]: ViewStyle | TextStyle | ImageStyle};
91 T extends ViewStyle | TextStyle | ImageStyle,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheet.d.ts10 import {ImageStyle, TextStyle, ViewStyle} from './StyleSheetTypes';
32 type NamedStyles<T> = {[P in keyof T]: ViewStyle | TextStyle | ImageStyle};
91 T extends ViewStyle | TextStyle | ImageStyle,
/expo/packages/expo-router/src/views/
H A DPressable.tsx5 ViewStyle,
30 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/
H A DSafeArea.types.ts6 ViewStyle,
36 style?: StyleProp<ViewStyle>;
/expo/packages/expo-av/src/
H A DVideo.types.ts2 import { ImageProps, ViewProps, StyleProp, ViewStyle } from 'react-native';
125 videoStyle?: StyleProp<ViewStyle>;
277 videoStyle?: StyleProp<ViewStyle>;
/expo/packages/expo-av/build/
H A DVideo.types.d.ts2 import { ImageProps, ViewProps, StyleProp, ViewStyle } from 'react-native';
105 videoStyle?: StyleProp<ViewStyle>;
259 videoStyle?: StyleProp<ViewStyle>;
/expo/packages/expo-clipboard/src/
H A DClipboard.types.ts1 import { ViewProps, StyleProp, ViewStyle } from 'react-native';
132 style?: StyleProp<Omit<ViewStyle, 'backgroundColor' | 'borderRadius' | 'color'>>;
/expo/packages/expo-clipboard/build/
H A DClipboard.types.d.ts1 import { ViewProps, StyleProp, ViewStyle } from 'react-native';
122 style?: StyleProp<Omit<ViewStyle, 'backgroundColor' | 'borderRadius' | 'color'>>;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
102 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Slider/
H A DSlider.d.ts15 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
98 style?: StyleProp<ViewStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts14 import {ViewStyle} from '../../StyleSheet/StyleSheetTypes';
102 style?: StyleProp<ViewStyle> | undefined;

1234