You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some native ads (old arch) the native ad validator shows the error: "Advertiser assets outside native ad view".
The error occurs when the height of <NativeAdView /> includes a decimal value. For e.g. 637.3333129882812
Xcode console: "Google:HTML Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view."
What happened?
With some native ads (old arch) the native ad validator shows the error: "Advertiser assets outside native ad view".
The error occurs when the height of
<NativeAdView />
includes a decimal value. For e.g. 637.3333129882812Xcode console: "Google:HTML Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view."
TEMP FIX:
Platforms
iOS, but have not tested behavior on Android
React Native Info
Are your using Typescript?
package.json
example app
app.json
example app
ios/Podfile
android/build.gradle
android/app/build.gradle
android/settings.gradle
AndroidManifest.xml
The text was updated successfully, but these errors were encountered: