Can not load NativeAdMediaView
The demo can load all ads normally, but if only contains NativeAdsSection, the NativeAdMediaView can't show image slide.
// BannerAdsSection(bannerAdState = bannerAdState) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) // InterstitialAdsSection( // interstitialAdState = interstitialAdState, // rememberInterstitialAdState = rememberInterstitialAdState // ) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) // RewardAdsSection( // rewardAdState = rewardAdState, // rememberCustomRewardAdState = rememberCustomRewardAdState // ) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) NativeAdsSection( nativeAdState = nativeAdState, rememberNativeAdState = rememberCustomNativeAdState )
please help to check this issue.
I have same issue. Are you fix it?