We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574c479 commit 8a6a13dCopy full SHA for 8a6a13d
ios/RNGoogleMobileAds/RNGoogleMobileAdsNativeModule.mm
@@ -162,8 +162,8 @@ - (instancetype)initWithNativeModule:(RNGoogleMobileAdsNativeModule *)nativeModu
162
}
163
164
GADNativeAdViewAdOptions *adViewOptions = [[GADNativeAdViewAdOptions alloc] init];
165
- if (requestOptions[@"aspectRatio"]) {
166
- switch ([requestOptions[@"aspectRatio"] intValue]) {
+ if (requestOptions[@"adChoicesPlacement"]) {
+ switch ([requestOptions[@"adChoicesPlacement"] intValue]) {
167
case 0:
168
adViewOptions.preferredAdChoicesPosition = GADAdChoicesPositionTopLeftCorner;
169
break;
0 commit comments