From 05b55c1966b12f4849235dc794455bc60c5753c1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 31 May 2024 14:55:51 +0300 Subject: Composer - fix modals, and other tweaks (#4298) * fix depreciated import * add animations to old dropdown * wrap modals in fullwindowoverlay * move errors inside header * add background to bottom bar and stop overlap * nest dialogs on android * fix android (wrap in gesturehandlerrootview) * make borders all the same color * revert threadgate button back to solid --- src/components/FullWindowOverlay.ios.tsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/FullWindowOverlay.ios.tsx (limited to 'src/components/FullWindowOverlay.ios.tsx') diff --git a/src/components/FullWindowOverlay.ios.tsx b/src/components/FullWindowOverlay.ios.tsx new file mode 100644 index 000000000..db516c658 --- /dev/null +++ b/src/components/FullWindowOverlay.ios.tsx @@ -0,0 +1 @@ +export {FullWindowOverlay} from 'react-native-screens' -- cgit 1.4.1