Home
last modified time | relevance | path

Searched refs:ImageStyle (Results 1 – 15 of 15) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DImage.d.ts2 import { Image as NativeImage, ImageStyle as NativeImageStyle, StyleProp } from 'react-native';
8 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle; alias
10 style?: StyleProp<ImageStyle>;
H A DImage.js.map1ImageStyle as NativeImageStyle, StyleProp } from 'react-native';\n\nimport { WebViewStyle } from '…
/expo/packages/html-elements/src/primitives/
H A DImage.tsx2 import { Image as NativeImage, ImageStyle as NativeImageStyle, StyleProp } from 'react-native';
13 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle;
16 style?: StyleProp<ImageStyle>;
/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,
H A DStyleSheetTypes.d.ts336 export interface ImageStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle { interface
/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,
H A DStyleSheetTypes.d.ts316 export interface ImageStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle { interface
/expo/apps/native-component-list/src/components/
H A DExpoAPIIcon.tsx2 import { Image, ImageStyle } from 'react-native';
8 style?: ImageStyle;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts16 import {ImageStyle, ViewStyle} from '../StyleSheet/StyleSheetTypes';
264 style?: StyleProp<ImageStyle> | undefined;
302 imageStyle?: StyleProp<ImageStyle> | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts16 import {ImageStyle, ViewStyle} from '../StyleSheet/StyleSheetTypes';
325 style?: StyleProp<ImageStyle> | undefined;
363 imageStyle?: StyleProp<ImageStyle> | undefined;
/expo/packages/expo-image/src/
H A DImage.types.ts1 import { ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native';
57 export type ImageStyle = RNImageStyle; alias
/expo/packages/expo-image/build/
H A DImage.types.d.ts1 import { ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native';
52 export type ImageStyle = RNImageStyle; alias
H A DImage.types.js.map1ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native';\n\nexport type …
/expo/packages/expo-dev-client-components/src/
H A Dcreate-primitive.tsx2 import { StyleSheet, ViewStyle, ImageStyle, TextStyle } from 'react-native';
6 type StyleType = ViewStyle | TextStyle | ImageStyle;
/expo/docs/pages/router/reference/
H A Dtyped-routes.mdx166 - Add additional web-only styles for `ViewStyle`, `TextStyle`, `ImageStyle`