Home
last modified time | relevance | path

Searched refs:ImageBackground (Results 1 – 24 of 24) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImageBackground-test.js.snap3 exports[`<ImageBackground /> should be set importantForAccessibility in <View> and <Image> 1`] = `
41 exports[`<ImageBackground /> should render as <ImageBackground> when mocked 1`] = `
77 exports[`<ImageBackground /> should render as <RCTImageView> when not mocked 1`] = `
113 exports[`<ImageBackground /> should shallow render as <ForwardRef(ImageBackground)> when not mocked…
114 <ImageBackground
129 exports[`<ImageBackground /> should shallow render as <ImageBackground> when mocked 1`] = `
130 <ImageBackground
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImageBackground-test.js.snap3 exports[`<ImageBackground /> should be set importantForAccessibility in <View> and <Image> 1`] = `
41 exports[`<ImageBackground /> should render as <ImageBackground> when mocked 1`] = `
77 exports[`<ImageBackground /> should render as <RCTImageView> when not mocked 1`] = `
113 exports[`<ImageBackground /> should shallow render as <ForwardRef(ImageBackground)> when not mocked…
114 <ImageBackground
129 exports[`<ImageBackground /> should shallow render as <ImageBackground> when mocked 1`] = `
130 <ImageBackground
/expo/docs/pages/ui-programming/
H A Dimage-background.mdx3 description: Learn how to use ImageBackground component to set a component's background image.
9ImageBackground` component lets you display an image as the background of another component in Exp…
13 ## How to use `ImageBackground`
15 The `ImageBackground` component accepts mostly the same props as the `Image` component with a few d…
19 <SnackInline label="Using ImageBackground component">
24 import { /* @info Import ImageBackground from react-native */ ImageBackground/* @end */, StyleSheet…
30 <ImageBackground source={image} style={styles.image}>
31 /* @info Nest your content inside of the ImageBackground component */
36 </ImageBackground>
/expo/apps/native-component-list/src/screens/Image/
H A DImageBackgroundScreen.tsx1 import { ImageBackground } from 'expo-image';
9 <ImageBackground
16 </ImageBackground>
/expo/apps/native-component-list/src/components/HashPlaceholdersDemo/
H A DComparisonImage.tsx3 import { ImageBackground, StyleSheet, View } from 'react-native';
32 <ImageBackground source={background} style={styles.imageContainer}>
34 </ImageBackground>
/expo/packages/expo-image/build/
H A DImageBackground.d.ts.map1 {"version":3,"file":"ImageBackground.d.ts","sourceRoot":"","sources":["../src/ImageBackground.tsx"]…
H A DImageBackground.js.map1ImageBackground.js","sourceRoot":"","sources":["../src/ImageBackground.tsx"],"names":[],"mappings"…
H A DImageBackground.d.ts3 export declare class ImageBackground extends React.PureComponent<ImageBackgroundProps> { class
H A DImageBackground.js4 export class ImageBackground extends React.PureComponent { class
H A Dindex.js.map1 …["export * from './Image';\nexport * from './Image.types';\nexport * from './ImageBackground';\n"]}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImageBackground.js.flow16 declare class ImageBackground extends React.Component<ImageBackgroundProps> {}
17 module.exports = ImageBackground;
H A DImage.d.ts310 export class ImageBackground extends ImageBackgroundBase { class
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImageBackground.js.flow16 declare class ImageBackground extends React.Component<ImageBackgroundProps> {}
17 module.exports = ImageBackground;
H A DImage.d.ts371 export class ImageBackground extends ImageBackgroundBase { class
/expo/packages/expo-image/src/
H A DImageBackground.tsx7 export class ImageBackground extends React.PureComponent<ImageBackgroundProps> {
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx371 …omponent anywhere where you are nesting views inside of it with the `ImageBackground` component, l…
375 <ImageBackground
389 </ImageBackground>
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementNode.m129 // use child image-view. This fixes <ImageBackground>.
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementNode.m129 // use child image-view. This fixes <ImageBackground>.
/expo/packages/expo-image/
H A DCHANGELOG.md84 - Add `ImageBackground` component. ([#22347](https://github.com/expo/expo/pull/22347) by [@alanjhug…
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle12 …[6])},get FlatList(){return r(d[7])},get Image(){return r(d[8])},get ImageBackground(){return r(d[…
282 … you want to render content on top of the image, consider using the <ImageBackground> component or…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js7 …[5])},get FlatList(){return r(d[6])},get Image(){return r(d[7])},get ImageBackground(){return r(d[… getter
H A DEXDevMenuApp.android.js7 …[5])},get FlatList(){return r(d[6])},get Image(){return r(d[7])},get ImageBackground(){return r(d[… getter
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle8 …[5])},get FlatList(){return r(d[6])},get Image(){return r(d[7])},get ImageBackground(){return r(d[…
330 … you want to render content on top of the image, consider using the <ImageBackground> component or…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle8 …[5])},get FlatList(){return r(d[6])},get Image(){return r(d[7])},get ImageBackground(){return r(d[…
330 … you want to render content on top of the image, consider using the <ImageBackground> component or…