Skip to content

Commit 30490e6

Browse files
committed
描述
1 parent 382f11e commit 30490e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ If you need the exact same WebView as the one from react-native, please use vers
1515
## Getting Started
1616

1717
```
18-
$ yarn add react-native-webview
19-
$ react-native link react-native-webview
18+
$ yarn add react-native-webview-crossplatform
19+
$ react-native link react-native-webview-crossplatform
2020
```
2121

2222
Read our [Getting Started Guide](./docs/Getting-Started.md) for more.
2323

2424
## Usage
2525

26-
Import the `WebView` component from `react-native-webview` and use it like so:
26+
Import the `WebView` component from `react-native-webview-crossplatform` and use it like so:
2727

2828
```jsx
2929
import React, { Component } from 'react';

0 commit comments

Comments
 (0)