StoreView
Renders the name of the store (Google Playstore / AppStore) if the ad is for an app.
import { StoreView } from "react-native-admob-native-ads";
<StoreView
style={{
fontWeight: "bold",
fontSize: 10,
}}
/>;
props​
Inherits all the props from Text Component.