PastJournalCard.Date
The PastJournalCard.Date component displays the date of a past journal entry with subdued emphasis.
Basic Example
import { PastJournalCard } from "@ovok/native";
import * as React from "react";
const Example = () => {
return <PastJournalCard.Date>Aug 21, 2025</PastJournalCard.Date>;
};
export default Example;
Props
Extends TextProps<"bodyLarge"> from react-native-paper.
Primary Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | undefined | Date content |
style | StyleProp<TextStyle> | undefined | Additional styles |
Styling
Theme Colors Used
theme.colors.onSurfaceDisabled: Text color
Default Styles
fontSize: 16;
fontWeight: "400";