UNPKG

react-native-admob-native-ads-mrousavy

Version:

A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views forked and modified by mrousavy

15 lines (8 loc) 213 B
import React from "react"; import { View } from "react-native"; const Wrapper = (props) => { return <View {...props} style={{ backgroundColor:'rgba(0,0,0,0)' }} /> }; export default Wrapper;