Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaykim committed Jan 23, 2025
1 parent 166aa47 commit 28fad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNGoogleMobileAds/RNGoogleMobileAdsNativeView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ - (void)registerAsset:(NSString *)assetType reactTag:(NSInteger)reactTag {
reactTag, assetType);
return;
}

if ([assetType isEqual:@"media"] && [view isKindOfClass:RNGoogleMobileAdsMediaView.class]) {
#ifdef RCT_NEW_ARCH_ENABLED
GADMediaView *mediaView = ((RNGoogleMobileAdsMediaView *)view).contentView;
Expand Down

0 comments on commit 28fad85

Please sign in to comment.