IconView
Renders an Image for the ad recieved from server.
import { IconView } from "react-native-admob-native-ads";
<IconView
style={{
width: 60,
height: 60,
}}
/>;
props​
Inherits all the props from Image Component.
Renders an Image for the ad recieved from server.
import { IconView } from "react-native-admob-native-ads";
<IconView
style={{
width: 60,
height: 60,
}}
/>;
Inherits all the props from Image Component.