Skip to content

Commit c9ab64f

Browse files
authored
Merge pull request #1248 from NickLatin0/nl/update_webview_readme
Updating readme as it is misleading if using cocoapods. Better to fol…
2 parents d21a735 + 603d370 commit c9ab64f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extensions/webview/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
This module provides a cross-platform control that allows the display of an independent web page within the [ReactXP](https://microsoft.github.io/reactxp/) library. This used to be a part of ReactXP core, but was extracted to be a standalone module inline with React Native `Lean Core` initiative. This exists as a standalone module to prevent users of ReactXP from having to link native modules when getting started.
33

44
## Getting Started
5-
This module relies on [react-native-webview](https://www.npmjs.com/package/react-native-webview) and will need to be linked into the react-native project.
6-
This can be done by following the linking instructions in the React Native documentation or by running
7-
```react-native link react-native-webview```
5+
This module relies on [react-native-webview](https://www.npmjs.com/package/react-native-webview) and will need to be added into the react native project. Follow the instructions in their [Getting Started](https://github.com/react-native-webview/react-native-webview/blob/HEAD/docs/Getting-Started.md) guide to properly add the package to the project.
86

97
## Documentation
108
For detailed documentation, look [here](https://microsoft.github.io/reactxp/docs/extensions/webview.html).

0 commit comments

Comments
 (0)