diff --git a/RNGoogleMobileAdsExample/App.tsx b/RNGoogleMobileAdsExample/App.tsx index 26a1ca35..de6ab97d 100644 --- a/RNGoogleMobileAdsExample/App.tsx +++ b/RNGoogleMobileAdsExample/App.tsx @@ -187,6 +187,7 @@ class BannerTest implements Test { constructor(bannerAdSize) { this.bannerAdSize = bannerAdSize; + this.bannerRef = React.createRef(); } getPath(): string { @@ -206,6 +207,7 @@ class BannerTest implements Test { return ( +