Home
last modified time | relevance | path

Searched refs:ensureNativeProps (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-camera/src/utils/__tests__/
H A Dprops-test.ts5 import { ensureNativeProps } from '../props';
7 describe(ensureNativeProps, () => {
13 ensureNativeProps({
/expo/packages/expo-camera/build/utils/
H A Dprops.d.ts9 export declare function ensureNativeProps(props?: CameraProps): CameraNativeProps;
H A Dprops.js25 export function ensureNativeProps(props) { function
H A Dprops.js.map1 …= value;\n }\n }\n\n return nativeProps;\n}\n\nexport function ensureNativeProps(props?: Came…
/expo/packages/expo-camera/src/utils/
H A Dprops.ts44 export function ensureNativeProps(props?: CameraProps): CameraNativeProps { function
/expo/packages/expo-camera/build/
H A DCamera.js6 import { ConversionTables, ensureNativeProps } from './utils/props';
316 const nativeProps = ensureNativeProps(this.props);
H A DCamera.js.map1ensureNativeProps } from './utils/props';\n\nconst EventThrottleMs = 500;\n\nconst _PICTURE_SAVED_…
/expo/packages/expo-camera/src/
H A DCamera.tsx18 import { ConversionTables, ensureNativeProps } from './utils/props';
389 const nativeProps = ensureNativeProps(this.props);