jiti-meet/react/features/base/dialog/components/native
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
..
AlertDialog.js feat(dialog) start recording/live stream screens, new AlertDialog 2022-02-08 14:41:34 +02:00
BottomSheet.js fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
ConfirmDialog.js fix(dialog) fixed translations 2022-02-09 13:27:56 +02:00
DialogContainer.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
InputDialog.js feat(dialog) refinaments 2022-02-08 17:38:14 +02:00
index.js feat(dialog) start recording/live stream screens, new AlertDialog 2022-02-08 14:41:34 +02:00
styles.js fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00