Skip to main content

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

PropTypeDefaultDescription
childrenReactNodeundefinedDate content
styleStyleProp<TextStyle>undefinedAdditional styles

Styling

Theme Colors Used

  • theme.colors.onSurfaceDisabled: Text color

Default Styles

fontSize: 16;
fontWeight: "400";