jiti-meet/react/features/base/dialog/components
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
..
AbstractDialog.js ref: define state and property types (2) 2017-11-28 22:03:00 -06:00
BottomSheet.native.js [RN] Support landscape and portrait orientations in BottomSheet 2018-05-15 17:12:40 +02:00
BottomSheet.web.js [RN] Refactor SimpleBottomSheet 2018-05-08 22:25:25 +02:00
Dialog.native.js [RN] Support landscape and portrait orientations in Dialog 2018-05-15 17:55:33 +02:00
Dialog.web.js ref: define state and property types (2) 2017-11-28 22:03:00 -06:00
DialogContainer.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
StatelessDialog.native.js [RN] Fix exports/imports of nonexistent files 2017-06-07 13:27:44 -05:00
StatelessDialog.web.js feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
index.js [RN] Refactor SimpleBottomSheet 2018-05-08 22:25:25 +02:00
styles.js [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00