|
@@ -115,12 +115,16 @@ class Toolbar extends AbstractToolbar {
|
115
|
115
|
// TODO Use an appropriate icon for toggle camera facing mode.
|
116
|
116
|
return (
|
117
|
117
|
<View style = { styles.secondaryToolbar }>
|
|
118
|
+ {/*
|
|
119
|
+ * XXX Temporarily disabled until issues are fixed in
|
|
120
|
+ * react-native-webrtc.
|
118
|
121
|
<ToolbarButton
|
119
|
122
|
iconName = 'switch-camera'
|
120
|
123
|
iconStyle = { iconStyle }
|
121
|
124
|
onClick = { this._toggleCameraFacingMode }
|
122
|
125
|
style = { style }
|
123
|
126
|
underlayColor = { underlayColor } />
|
|
127
|
+ */}
|
124
|
128
|
<ToolbarButton
|
125
|
129
|
iconName = {
|
126
|
130
|
this.props._locked ? 'security-locked' : 'security'
|