Skip to main content

HeadlineView

Renders the headline or title for the ad recieved from server.

import { HeadlineView } from "react-native-admob-native-ads";

<HeadlineView
style={{
fontWeight: "bold",
fontSize: 13,
}}
/>;

props​

Inherits all the props from Text Component.