Skip to content

Commit c358dc1

Browse files
authored
Update README.md
1 parent b376904 commit c358dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Import the `WebView` component from `react-native-webview-crossplatform` and use
2828
```jsx
2929
import React, { Component } from 'react';
3030
import { StyleSheet, Text, View } from 'react-native';
31-
import { WebView } from 'react-native-webview';
31+
import { WebView } from 'react-native-webview-crossplatform';
3232

3333
// ...
3434
class MyWebComponent extends Component {

0 commit comments

Comments
 (0)