jiti-meet/react/features/base/dialog
Saúl Ibarra Corretgé ad8cdcd81b fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.

There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.

After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.

This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
2022-06-10 17:54:58 +02:00
..
components fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
actionTypes.ts language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
actions.js fix(dialog) remove obsolete prop no longer used in web 2022-04-29 10:40:21 +02:00
constants.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
functions.js full-screen: fix not re-entering full-screen after dialog is shown 2020-02-20 16:49:20 +01:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
reducer.js fix(dialog) remove obsolete prop no longer used in web 2022-04-29 10:40:21 +02:00