Searched refs:ensureNativeProps (Results 1 – 8 of 8) sorted by relevance
5 import { ensureNativeProps } from '../props';7 describe(ensureNativeProps, () => {13 ensureNativeProps({
9 export declare function ensureNativeProps(props?: CameraProps): CameraNativeProps;
25 export function ensureNativeProps(props) { function
1 …= value;\n }\n }\n\n return nativeProps;\n}\n\nexport function ensureNativeProps(props?: Came…
44 export function ensureNativeProps(props?: CameraProps): CameraNativeProps { function
6 import { ConversionTables, ensureNativeProps } from './utils/props';316 const nativeProps = ensureNativeProps(this.props);
1 …ensureNativeProps } from './utils/props';\n\nconst EventThrottleMs = 500;\n\nconst _PICTURE_SAVED_…
18 import { ConversionTables, ensureNativeProps } from './utils/props';389 const nativeProps = ensureNativeProps(this.props);