ComponentsDisplay
Title
A themed text component for displaying headings, labels, or titles inside the video player UI.
Usage
Playback Settings
import React from 'react';
import { Title } from 'react-native-video-toolkit';
export const TitleExample = () => {
return <Title text="Playback Settings" />;
};Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | – | The string to display. |
style | StyleProp<TextStyle> | No | – | Optional override styles (merged with theme + defaults). |
Notes
When to Use
- Use
Titlefor primary headings or main labels within the video player UI, such as:- Video titles