Skip to content

Commit

Permalink
💫 Update: Ex - ModalSheetViewTest04
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 7, 2024
1 parent dc61078 commit edaaec5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example/src/examples/ModalSheetViewTest04.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ export function ModalSheetViewTest04(props: ExampleItemProps) {
<Text>
{'Bottom Content'}
</Text>
<Text>
{'Bottom Content'}
</Text>
<Text>
{'Bottom Content'}
</Text>
<Text>
{'Bottom Content'}
</Text>
</View>
</ModalSheetBottomAttachedContentOverlay>
</ModalSheetView>
Expand Down Expand Up @@ -78,5 +87,6 @@ const styles = StyleSheet.create({
backgroundColor: Colors.PURPLE[100],
},
bottomContentDummy: {
backgroundColor: Colors.PURPLE[200],
},
});

0 comments on commit edaaec5

Please sign in to comment.