Skip to content

Commit e958242

Browse files
authored
Merge branch 'develop' into develop
2 parents 43bc56f + b990e60 commit e958242

File tree

5 files changed

+613
-2
lines changed

5 files changed

+613
-2
lines changed

app/containers/markdown/Markdown.stories.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,15 @@ export const Lists = () => (
156156
/>
157157
</View>
158158
);
159+
160+
export const Timestamp = () => (
161+
<View style={styles.container}>
162+
<Markdown msg='t: <t:1735732800:t>' />
163+
<Markdown msg='T: <t:1735732800:T>' />
164+
<Markdown msg='d: <t:1735732800:d>' />
165+
<Markdown msg='D: <t:1735732800:D>' />
166+
<Markdown msg='f: <t:1735732800:f>' />
167+
<Markdown msg='F: <t:1735732800:F>' />
168+
<Markdown msg='R: <t:1735732800:R>' />
169+
</View>
170+
);

0 commit comments

Comments
 (0)