jiti-meet/react/features/base/dialog
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
..
components [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00
actionTypes.js Import PropTypes from prop-types 2017-09-27 16:24:53 -05:00
actions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
constants.js ref: define state and property types (2) 2017-11-28 22:03:00 -06:00
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js Add Dialog utilities 2017-09-18 16:00:00 -05:00
reducer.js Add Dialog utilities 2017-09-18 16:00:00 -05:00