react-native-webview.git

index.js 126B

1234567
  1. import WebView from './src/WebView';
  2. // We keep this for compatibility reasons.
  3. export { WebView };
  4. export default WebView;