fix(mobile): incorrect animation for the stack depth sheet

This commit is contained in:
charlie
2025-08-15 16:31:21 +08:00
parent 0aec1f7b24
commit c2d4b200dd

View File

@@ -56,7 +56,8 @@
(def depth-sheet-backdrop (silkhq-wrap "SheetWithDepth.Backdrop"))
(def depth-sheet-view (silkhq-wrap "SheetWithDepth.View"))
(def depth-sheet-stack (silkhq-wrap "SheetWithDepthStack.Root"))
(def depth-sheet-scenery-outlets (silkhq-wrap "SheetWithDepthStack.SceneryOutlets"))
(def depth-sheet-scenery-outlets
(silkhq-wrap "SheetWithDepthStack.SceneryOutlets" {:static? true}))
(def detent-sheet (silkhq-wrap "SheetWithDetent.Root"))
(def detent-sheet-portal (silkhq-wrap "SheetWithDetent.Portal"))