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

9 lines (7 loc) 179 B
import React from "react"; export const NativeAdContext = React.createContext({ nativeAd: null, nativeAdView: null, setNativeAdView: () => {}, setNativeAd: () => {}, });