Skip to content

Commit c456d3e

Browse files
author
crstnmac
committed
chore: add basic divider example
1 parent b239136 commit c456d3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/src/modules/primitives/DividerScreen.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export const DividerScreen = () => {
77
return (
88
<ScrollView>
99
<Box style={tailwind.style("flex-1 ")}>
10+
<Box style={tailwind.style("h-15 px-2 justify-center")}>
11+
<Divider orientation="horizontal" />
12+
</Box>
1013
<Box style={tailwind.style("h-15 px-2 justify-center")}>
1114
<Divider
1215
orientation="horizontal"

0 commit comments

Comments
 (0)