Skip to main content

TodayQuestionCard.Question

The TodayQuestionCard.Question component renders the question text prominently.

Basic Example

import { TodayQuestionCard } from "@ovok/native";
import * as React from "react";

const Example = () => (
<TodayQuestionCard.Question>How are you feeling?</TodayQuestionCard.Question>
);

export default Example;

Props

Extends TextProps<"bodyLarge"> from react-native-paper.

Primary Props

PropTypeDefaultDescription
childrenReactNodeundefinedQuestion content
styleStyleProp<TextStyle>undefinedAdditional styles

Styling

Default Styles

fontSize: 19;
fontWeight: "600";