| /expo/packages/html-elements/build/primitives/ |
| H A D | Image.d.ts | 2 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 D | Image.js.map | 1 …ImageStyle as NativeImageStyle, StyleProp } from 'react-native';\n\nimport { WebViewStyle } from '…
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | Image.tsx | 2 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 D | StyleSheet.d.ts | 10 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 D | StyleSheetTypes.d.ts | 336 export interface ImageStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle { interface
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheet.d.ts | 10 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 D | StyleSheetTypes.d.ts | 316 export interface ImageStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle { interface
|
| /expo/apps/native-component-list/src/components/ |
| H A D | ExpoAPIIcon.tsx | 2 import { Image, ImageStyle } from 'react-native'; 8 style?: ImageStyle;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 16 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 D | Image.d.ts | 16 import {ImageStyle, ViewStyle} from '../StyleSheet/StyleSheetTypes'; 325 style?: StyleProp<ImageStyle> | undefined; 363 imageStyle?: StyleProp<ImageStyle> | undefined;
|
| /expo/packages/expo-image/src/ |
| H A D | Image.types.ts | 1 import { ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native'; 57 export type ImageStyle = RNImageStyle; alias
|
| /expo/packages/expo-image/build/ |
| H A D | Image.types.d.ts | 1 import { ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native'; 52 export type ImageStyle = RNImageStyle; alias
|
| H A D | Image.types.js.map | 1 …ImageStyle as RNImageStyle, ViewProps, StyleProp, ViewStyle } from 'react-native';\n\nexport type …
|
| /expo/packages/expo-dev-client-components/src/ |
| H A D | create-primitive.tsx | 2 import { StyleSheet, ViewStyle, ImageStyle, TextStyle } from 'react-native'; 6 type StyleType = ViewStyle | TextStyle | ImageStyle;
|
| /expo/docs/pages/router/reference/ |
| H A D | typed-routes.mdx | 166 - Add additional web-only styles for `ViewStyle`, `TextStyle`, `ImageStyle`
|