| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/ |
| H A D | ImageBackground-test.js.snap | 3 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 D | ImageBackground-test.js.snap | 3 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 D | image-background.mdx | 3 description: Learn how to use ImageBackground component to set a component's background image. 9 …ImageBackground` 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 D | ImageBackgroundScreen.tsx | 1 import { ImageBackground } from 'expo-image'; 9 <ImageBackground 16 </ImageBackground>
|
| /expo/apps/native-component-list/src/components/HashPlaceholdersDemo/ |
| H A D | ComparisonImage.tsx | 3 import { ImageBackground, StyleSheet, View } from 'react-native'; 32 <ImageBackground source={background} style={styles.imageContainer}> 34 </ImageBackground>
|
| /expo/packages/expo-image/build/ |
| H A D | ImageBackground.d.ts.map | 1 {"version":3,"file":"ImageBackground.d.ts","sourceRoot":"","sources":["../src/ImageBackground.tsx"]…
|
| H A D | ImageBackground.js.map | 1 …ImageBackground.js","sourceRoot":"","sources":["../src/ImageBackground.tsx"],"names":[],"mappings"…
|
| H A D | ImageBackground.d.ts | 3 export declare class ImageBackground extends React.PureComponent<ImageBackgroundProps> { class
|
| H A D | ImageBackground.js | 4 export class ImageBackground extends React.PureComponent { class
|
| H A D | index.js.map | 1 …["export * from './Image';\nexport * from './Image.types';\nexport * from './ImageBackground';\n"]}
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | ImageBackground.js.flow | 16 declare class ImageBackground extends React.Component<ImageBackgroundProps> {} 17 module.exports = ImageBackground;
|
| H A D | Image.d.ts | 310 export class ImageBackground extends ImageBackgroundBase { class
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | ImageBackground.js.flow | 16 declare class ImageBackground extends React.Component<ImageBackgroundProps> {} 17 module.exports = ImageBackground;
|
| H A D | Image.d.ts | 371 export class ImageBackground extends ImageBackgroundBase { class
|
| /expo/packages/expo-image/src/ |
| H A D | ImageBackground.tsx | 7 export class ImageBackground extends React.PureComponent<ImageBackgroundProps> {
|
| /expo/docs/pages/workflow/ |
| H A D | upgrading-expo-sdk-walkthrough.mdx | 371 …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 D | ABI48_0_0RNSharedElementNode.m | 129 // use child image-view. This fixes <ImageBackground>.
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/ |
| H A D | ABI47_0_0RNSharedElementNode.m | 129 // use child image-view. This fixes <ImageBackground>.
|
| /expo/packages/expo-image/ |
| H A D | CHANGELOG.md | 84 - Add `ImageBackground` component. ([#22347](https://github.com/expo/expo/pull/22347) by [@alanjhug…
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 12 …[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 D | EXDevMenuApp.ios.js | 7 …[5])},get FlatList(){return r(d[6])},get Image(){return r(d[7])},get ImageBackground(){return r(d[… getter
|
| H A D | EXDevMenuApp.android.js | 7 …[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 D | main.jsbundle | 8 …[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 D | expo_dev_launcher_android.bundle | 8 …[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…
|