Home
last modified time | relevance | path

Searched refs:poster (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-camera/src/utils/__tests__/
H A Dprops-test.ts18 poster: './image.png',
74 poster: './image.png',
/expo/packages/expo-camera/build/
H A DExponentCamera.web.js11 const ExponentCamera = React.forwardRef(({ type, pictureSize, poster, ...props }, ref) => {
87 … React.createElement(Video, { autoPlay: true, playsInline: true, muted: isMuted, poster: poster, property
H A DCamera.types.d.ts455 poster?: string;
502 poster?: string;
H A DExponentCamera.web.js.map1poster, ...props }: CameraNativeProps & { children?: React.ReactNode },\n ref: React.Ref<Expone…
H A DCamera.types.js.map1poster?: string;\n /**\n * Whether to allow responsive orientation of the camera when the scree…
/expo/packages/expo-camera/src/
H A DExponentCamera.web.tsx27 { type, pictureSize, poster, ...props }: CameraNativeProps & { children?: React.ReactNode },
128 poster={poster}
148 poster?: string;
H A DCamera.types.ts488 poster?: string;
530 poster?: string;
/expo/packages/expo-camera/build/utils/
H A Dprops.js38 delete newProps.poster;
H A Dprops.js.map1 …eCamera2Api;\n }\n\n if (Platform.OS !== 'web') {\n delete newProps.poster;\n }\n\n return …
/expo/packages/expo-camera/src/utils/
H A Dprops.ts61 delete newProps.poster;
/expo/packages/expo-av/build/
H A DVideo.js12 poster: { property
209 …ate.showPoster ? (React.createElement(PosterComponent, { style: [_STYLES.poster, this.props.poster…
H A DVideo.types.js.map1poster image.\n */\n posterStyle?: ImageProps['style'];\n /**\n * An optional property to pa…
H A DVideo.js.map1poster: {\n position: 'absolute',\n left: 0,\n top: 0,\n right: 0,\n bottom: 0,\n …
/expo/packages/expo-av/src/
H A DVideo.tsx33 poster: {
292 style={[_STYLES.poster, this.props.posterStyle]}
/expo/docs/pages/troubleshooting/
H A Dapplication-has-not-been-registered.mdx30 …has-not-been-registered-while-running-react-native-a/67550379) where the poster has multiple versi…
/expo/packages/expo-camera/
H A DCHANGELOG.md279 - Added support for video poster to show while the camera is loading on web. ([#9930](https://githu…