jiti-meet/react/features/toolbox/components/native
Saúl Ibarra Corretgé bbb1dce42a [RN] Simplify styles which fill the parent view
Turns out React Native offers an object with the following definition:

{
    bottom: 0,
    left: 0,
    position: 'absolute',
    right: 0,
    top: 0
}
2018-05-23 14:30:22 +02:00
..
AudioOnlyButton.js [RN] Adjust button labels to reflext the actual state 2018-05-22 12:02:05 +02:00
OverflowMenu.js [RN] Dismiss OverflowMenu after selecting an option 2018-05-22 11:33:03 +02:00
OverflowMenuButton.js Coding style: comments 2018-05-16 16:49:03 -05:00
ToggleCameraButton.js feat(toolbox): fix ToggleCameraButton tooltip / label 2018-05-15 14:12:39 -05:00
Toolbox.js Coding style: comments, sorting order 2018-05-18 15:36:43 -05:00
index.js [RN] Implement a new UI for the Toolbox 2018-05-16 12:18:38 -05:00
styles.js [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00