Skip to content

Commit

Permalink
Updates the webview peer dependency in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GSingh01 committed Jan 13, 2020
1 parent 8605c63 commit 8e97f31
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 37 deletions.
49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/GSingh01/ad-b2c-react-native#readme",
"peerDependencies": {
"react": "^16.8.3",
"react-native-webview": "^7.1.0"
"react-native-webview": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.0",
Expand All @@ -58,7 +58,7 @@
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.9.0",
"react-native": "^0.60.5",
"react-native-webview": "^7.0.1",
"react-native-webview": "^7.6.0",
"react-test-renderer": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feel free to contribute or sponsor. :)

## Installation

> Don't forget to **install peer dependencies** "react": "^16.8.3", "react-native-webview": "^5.8.1"
> Don't forget to **install peer dependencies** "react": "^16.8.3", "react-native-webview": "^7.0.1"
```
npm i ad-b2c-react-native -S
```
Expand Down

0 comments on commit 8e97f31

Please sign in to comment.