Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Icon loading in IconView #241

Closed
forbesgillikin opened this issue Dec 20, 2021 · 1 comment
Closed

Inconsistent Icon loading in IconView #241

forbesgillikin opened this issue Dec 20, 2021 · 1 comment

Comments

@forbesgillikin
Copy link

forbesgillikin commented Dec 20, 2021

When using IconView on iOS, the icons will often load blank even when nativeAd.icon exists.

Using a standard Image component instead of RNGADImageView consistently loads the icon.

What is the purpose RNGADImageView on iOS, and why not just use Image?

const GADImageView =
  Platform.OS === "ios" ? requireNativeComponent("RNGADImageView") : Image;
@forbesgillikin
Copy link
Author

Closing. I see this has been fixed in #239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant