From edaaec592ddfd33e7b445b1005aef18498e9faae Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Mon, 7 Oct 2024 08:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Ex=20-=20`ModalSheetVi?= =?UTF-8?q?ewTest04`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/src/examples/ModalSheetViewTest04.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/example/src/examples/ModalSheetViewTest04.tsx b/example/src/examples/ModalSheetViewTest04.tsx index 2d2b3d9..1862a58 100644 --- a/example/src/examples/ModalSheetViewTest04.tsx +++ b/example/src/examples/ModalSheetViewTest04.tsx @@ -48,6 +48,15 @@ export function ModalSheetViewTest04(props: ExampleItemProps) { {'Bottom Content'} + + {'Bottom Content'} + + + {'Bottom Content'} + + + {'Bottom Content'} + @@ -78,5 +87,6 @@ const styles = StyleSheet.create({ backgroundColor: Colors.PURPLE[100], }, bottomContentDummy: { + backgroundColor: Colors.PURPLE[200], }, }); \ No newline at end of file