Skip to content

Commit

Permalink
Merge pull request #415 from whereby/thomas/PAN-1399-fix-dependency-i…
Browse files Browse the repository at this point in the history
…ssue

react-native-sdk: Move webview dependency to normal dependencies
  • Loading branch information
thyal authored Sep 20, 2024
2 parents 017100f + e9877fc commit 2359b16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-turkeys-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@whereby.com/react-native-sdk": minor
---

Add react-native-webview as a dependency
4 changes: 2 additions & 2 deletions packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"access": "public"
},
"dependencies": {
"@whereby.com/core": "0.25.0"
"@whereby.com/core": "0.25.0",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@react-native/eslint-config": "^0.73.1",
Expand All @@ -74,7 +75,6 @@
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-builder-bob": "^0.30.0",
"react-native-webview": "13.8.6",
"typescript": "^5.2.2"
},
"resolutions": {
Expand Down

0 comments on commit 2359b16

Please sign in to comment.