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