From ef35a9ba2f3d5187106ee48d8078981a14644634 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 20 May 2024 19:16:19 +0200 Subject: [PATCH] rename --- RNGoogleMobileAdsExample/App.tsx | 10 +++-- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++ ...iveGoogleMobileAdsBannerAdViewManager.java | 6 +-- docs/displaying-ads.mdx | 4 +- .../RNGoogleMobileAdsBannerComponent.h | 2 +- .../RNGoogleMobileAdsBannerComponent.m | 9 +---- .../RNGoogleMobileAdsBannerView.mm | 40 +++++++------------ .../RNGoogleMobileAdsBannerViewManager.mm | 4 +- src/ads/BannerAd.tsx | 4 +- src/ads/GAMBannerAd.tsx | 4 +- ...oogleMobileAdsBannerViewNativeComponent.ts | 4 +- 11 files changed, 45 insertions(+), 50 deletions(-) create mode 100644 RNGoogleMobileAdsExample/ios/RNGoogleMobileAdsExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/RNGoogleMobileAdsExample/App.tsx b/RNGoogleMobileAdsExample/App.tsx index b3505b6d..de6ab97d 100644 --- a/RNGoogleMobileAdsExample/App.tsx +++ b/RNGoogleMobileAdsExample/App.tsx @@ -204,9 +204,6 @@ class BannerTest implements Test { } render(onMount: (component: any) => void): React.ReactNode { - const reload = () => { - this.bannerRef.current?.reload(); - }; return ( -