jiti-meet/react/features/base/dialog/components
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
..
native fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
web fix(dialog) remove obsolete prop no longer used in web 2022-04-29 10:40:21 +02:00
AbstractDialog.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
AbstractDialogContainer.js fix(dialog) remove obsolete prop no longer used in web 2022-04-29 10:40:21 +02:00
DialogContent.js [RN] Make feature dialogs branded: recording 2018-12-18 13:21:48 +01:00
_.native.js [RN] Add branded dialog component 2018-12-18 13:21:48 +01:00
_.web.js [RN] Add branded dialog component 2018-12-18 13:21:48 +01:00
functions.native.js feat(dialog) added react-native-dialog dep and updated ConfirmDialog 2022-02-03 17:45:02 +02:00
index.js chore(dep): bump @atlaskit/modal-dialog 6.0.12 to 7.1.2 2018-12-20 20:05:49 -08:00
styles.native.js [RN] Add branded dialog component 2018-12-18 13:21:48 +01:00
styles.web.js [RN] Add branded dialog component 2018-12-18 13:21:48 +01:00