Skip to content

Commit

Permalink
Update RNGoogleMobileAdsExample/App.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan <dylancompanjen@gmail.com>
  • Loading branch information
markwilcox and dylancom authored Dec 20, 2024
1 parent c308c6b commit 1f09ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RNGoogleMobileAdsExample/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ class InterstitialTest implements Test {

class BannerTest implements Test {
bannerAdSize: BannerAdSize | string;
maxHeight: number | undefined;
maxHeight?: number;

constructor(bannerAdSize, maxHeight: number | undefined = undefined) {
this.bannerAdSize = bannerAdSize;
this.bannerRef = React.createRef();
Expand Down

0 comments on commit 1f09ec7

Please sign in to comment.