From 1ed0759a50ce30b7b153ca8bc0b601f3cff5c424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 20 Feb 2017 11:22:07 +0100 Subject: [PATCH] [RN] Temporarily disable camera toggling button It doesn't work properly and gives a very bad user experience. Disble it until all underlying issues in react-native-webrtc are ironed out. --- react/features/toolbar/components/Toolbar.native.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/react/features/toolbar/components/Toolbar.native.js b/react/features/toolbar/components/Toolbar.native.js index a015fae19..d13258878 100644 --- a/react/features/toolbar/components/Toolbar.native.js +++ b/react/features/toolbar/components/Toolbar.native.js @@ -115,12 +115,16 @@ class Toolbar extends AbstractToolbar { // TODO Use an appropriate icon for toggle camera facing mode. return ( + {/* + * XXX Temporarily disabled until issues are fixed in + * react-native-webrtc. + */}