暫無描述

WebView.tsx 150B

123456
  1. // This files provides compatibility with out out tree platform.
  2. import { WebView } from 'react-native';
  3. export { WebView };
  4. export default WebView;