Renders the CameraPreviewView component based on the session readiness.

  • Parameters

    • props: PropsWithChildren<NativeCameraViewProps>

      the properties passed to the component

    • Optionalcontext: any

    Returns null | ReactElement<any, any>

    the rendered component based on session readiness

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<NativeCameraViewProps>
displayName?: string
propTypes?: WeakValidationMap<NativeCameraViewProps>