TaglineView
Renders the description for the ad recieved from server.
import { TaglineView } from "react-native-admob-native-ads";
<TaglineView
style={{
fontWeight: "bold",
fontSize: 12,
}}
/>;
props​
Inherits all the props from Text Component.