[RN] Group the secondary toobar buttons

Rearrange the ToolbarButtons in the secondary Toolbar in order to mostly
group the media-related ones such as the AudioRouteButton, the
switchCamera button, and the audio-only mode button.
This commit is contained in:
Lyubo Marinov
2017-11-14 14:18:16 -06:00
parent f973a695d8
commit e7aff1d8e1
7 changed files with 92 additions and 94 deletions

View File

@@ -47,8 +47,9 @@ class ToolbarButton extends AbstractToolbarButton {
return React.createElement(TouchableHighlight, props, children);
}
// eslint-disable-next-line valid-jsdoc
/**
* Renders the icon of this {@code ToolbarButton}.
*
* @inheritdoc
*/
_renderIcon() {