Home
last modified time | relevance | path

Searched refs:absoluteFill (Results 1 – 25 of 48) sorted by relevance

12

/expo/apps/test-suite/components/
H A DPortal.js11 style={[StyleSheet.absoluteFill, styles.container, { opacity: isVisible ? 0.5 : 0 }]}
/expo/packages/expo-image/build/
H A DImageBackground.js8 React.createElement(Image, { ...props, style: [StyleSheet.absoluteFill, imageStyle] }),
H A DImageBackground.js.map1 … <View style={style}>\n <Image {...props} style={[StyleSheet.absoluteFill, imageStyle]} /…
/expo/packages/expo-image/src/
H A DImageBackground.tsx13 <Image {...props} style={[StyleSheet.absoluteFill, imageStyle]} />
/expo/packages/expo-blur/build/
H A DBlurView.js18 … intensity: intensity, blurReductionFactor: blurReductionFactor, style: StyleSheet.absoluteFill }),
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.android.js22 …React.createElement(BaseNativeLinearGradient, { style: StyleSheet.absoluteFill, colors: colors, st…
/expo/packages/html-elements/build/primitives/
H A DcreateDevView.js14 … children.push(React.createElement(Text, { style: [StyleSheet.absoluteFill, styles.error] },
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheet.d.ts159 export const absoluteFill: RegisteredStyle<AbsoluteFillStyle>; constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheet.d.ts159 export const absoluteFill: RegisteredStyle<AbsoluteFillStyle>; constant
/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.js21 }, style: StyleSheet.absoluteFill }))));
/expo/packages/expo-blur/src/
H A DBlurView.tsx36 style={StyleSheet.absoluteFill}
/expo/packages/expo-linear-gradient/src/
H A DNativeLinearGradient.android.tsx37 style={StyleSheet.absoluteFill}
/expo/packages/expo-gl/build/
H A DCanvas.js78 …Element(Canvas, { ref: _canvasRef, pointerEvents: pointerEvents, style: StyleSheet.absoluteFill }),
/expo/packages/html-elements/src/primitives/
H A DcreateDevView.tsx17 <Text style={[StyleSheet.absoluteFill, styles.error]}>
/expo/apps/native-component-list/src/screens/
H A DWebViewScreen.tsx41 {isLoading && <ActivityIndicator style={StyleSheet.absoluteFill} />}
H A DMapsScreen.tsx39 <ScrollView style={StyleSheet.absoluteFill}>
/expo/apps/native-component-list/src/screens/GL/
H A DGLCameraScreen.tsx149 style={StyleSheet.absoluteFill}
155 style={StyleSheet.absoluteFill}
H A DGLViewScreen.tsx36 return <GL.GLView style={StyleSheet.absoluteFill} onContextCreate={this._onContextCreate} />;
/expo/packages/expo-checkbox/src/
H A DExpoCheckbox.tsx38 style={StyleSheet.absoluteFill}
/expo/apps/native-component-list/src/screens/Screens/
H A Dcontainer.tsx23 <Screen style={StyleSheet.absoluteFill} key={key} activityState={active}>
H A DnativeStack.tsx45 style={StyleSheet.absoluteFill}
/expo/packages/expo-camera/build/
H A DExponentCamera.web.js78 StyleSheet.absoluteFill,
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dblur-view.mdx72 ...StyleSheet.absoluteFill,
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dblur-view.mdx72 ...StyleSheet.absoluteFill,
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dblur-view.mdx72 ...StyleSheet.absoluteFill,

12