We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b376904 commit c358dc1Copy full SHA for c358dc1
README.md
@@ -28,7 +28,7 @@ Import the `WebView` component from `react-native-webview-crossplatform` and use
28
```jsx
29
import React, { Component } from 'react';
30
import { StyleSheet, Text, View } from 'react-native';
31
-import { WebView } from 'react-native-webview';
+import { WebView } from 'react-native-webview-crossplatform';
32
33
// ...
34
class MyWebComponent extends Component {
0 commit comments