jiti-meet/react/features/toolbox/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
..
AudioOnlyButton.js feat(flags) add feature flag for audio-only button 2021-03-19 08:17:37 +01:00
LinkToSalesforceButton.js fix(salesforce) use salesforce only in the main room (#11245) 2022-03-31 16:11:44 +03:00
OpenCarmodeButton.tsx feat(carmode) Add carmode screen 2022-05-06 13:14:10 +03:00
OverflowMenu.js fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
OverflowMenuButton.js feat(native-participants-pane) removed mock data 2021-07-21 12:32:10 -05:00
RaiseHandButton.js feat(raised-hand) Change `raisedHand` to a timestamp instead of boole… (#10167) 2021-10-21 12:40:57 +03:00
ScreenSharingAndroidButton.js feat(toolbox) added android screen share flag 2021-08-17 13:42:29 +03:00
ScreenSharingButton.tsx fix(rn,screen-sharing) don't disable button when in audio-only mode 2022-05-03 14:02:50 +02:00
ScreenSharingIosButton.js fix(lint) tame Flow 2022-01-10 19:21:51 +01:00
ToggleCameraButton.js chore: remove some cycles 2020-07-29 09:31:38 +02:00
ToggleSelfViewButton.js feat(disableSelfView) Toggle self view on native (#10871) 2022-01-28 12:47:54 +02:00
Toolbox.js feat(filmstrip/toolbox) mobile ui updates (#11051) 2022-03-01 17:41:45 +02:00
index.js [RN] Implement a new UI for the Toolbox 2018-05-16 12:18:38 -05:00
styles.js feat(gif, rn) Added GIPHY integration on native (#11236) 2022-03-30 16:54:03 +03:00