Title
Title is a themed text component for displaying headings, labels, or titles inside the video player UI.
It automatically picks up colors from the player's active theme, ensuring visual consistency.
Usage
import { Title } from 'react-native-video-toolkit';
export function Example() {
  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