项目文件夹

文件
2026-07-13 12:22:50 +08:00

8 行
197 B
TypeScript

import * as React from 'react';
import {View} from 'react-native';
export const WebView = (props: any) =>
React.createElement(View, {testID: 'mock-webview', ...props});
export default WebView;