react-native-webrtc: "android: prevent crash when checking camera facing mode (#37)"
This commit is contained in:
parent
4fd8172126
commit
79bd5cce00
|
@ -12832,8 +12832,8 @@
|
|||
}
|
||||
},
|
||||
"react-native-webrtc": {
|
||||
"version": "github:jitsi/react-native-webrtc#048b852d340877370d849e44b8ca4d59ff4b1429",
|
||||
"from": "github:jitsi/react-native-webrtc#048b852d340877370d849e44b8ca4d59ff4b1429",
|
||||
"version": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
|
||||
"from": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
|
||||
"requires": {
|
||||
"base64-js": "^1.1.2",
|
||||
"event-target-shim": "^1.0.5",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"react-native-prompt": "1.0.0",
|
||||
"react-native-sound": "0.10.9",
|
||||
"react-native-vector-icons": "4.4.2",
|
||||
"react-native-webrtc": "github:jitsi/react-native-webrtc#048b852d340877370d849e44b8ca4d59ff4b1429",
|
||||
"react-native-webrtc": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
|
||||
"react-redux": "5.0.7",
|
||||
"redux": "4.0.0",
|
||||
"redux-thunk": "2.2.0",
|
||||
|
|
Loading…
Reference in New Issue