import * as React from 'react'; import { ExpoWebexCallingViewProps } from './ExpoWebexCalling.types'; function ExpoWebexCallingWebView(props: ExpoWebexCallingViewProps) { return (
{props.name}
); } export default ExpoWebexCallingWebView;