We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089148 commit 6e96f99Copy full SHA for 6e96f99
README.md
@@ -20,6 +20,7 @@ you can find demo here: https://github.com/oney/RCTWebRTCDemo
20
21
## Installation:
22
23
+old versions (RN < 0.40) please use version `1.5.5`
24
**from npm package**: `npm install react-native-incall-manager`
25
**from git package**: `npm install git://github.com/zxcpoiu/react-native-incall-manager.git`
26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-incall-manager",
3
- "version": "1.5.5",
+ "version": "2.0.0",
4
"description": "Handling media-routes/sensors/events during a audio/video chat on React Native",
5
"main": "index.js",
6
"scripts": {
0 commit comments