mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
// This files provides compatibility without tree platform.
|
|
import { WebView } from 'react-native';
|
|
export { WebView };
|
|
export default WebView;
|