Skip to content

Commit

Permalink
added webrtc types in react-native sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso committed Aug 13, 2020
1 parent a01ef1a commit 5858f12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/react-native/package-lock.json

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

7 changes: 4 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
}
},
"dependencies": {
"loglevel": "^1.6.7",
"uuid": "^7.0.2",
"@react-native-community/async-storage": "^1.9.0",
"@types/webrtc": "0.0.26",
"loglevel": "^1.6.7",
"react-native-incall-manager": "^3.2.7",
"react-native-webrtc": "^1.75.3"
"react-native-webrtc": "^1.75.3",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/node": "^13.11.1",
Expand Down

0 comments on commit 5858f12

Please sign in to comment.