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