googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 102 forks source link

jetpack compose example #38

Closed SodaSurfer closed 1 year ago

SodaSurfer commented 1 year ago

Hi

is it possible to upload an example how to use the examples with a jetpack compose project? it seems like the app crashes with NPE on that line: nativeAdView.setCallToActionView(callToActionView);

so nativeAdView is null, and I can't set it through compose, because it is being set through xml attribute like so: app:gnt_template_type="@layout/gnt_small_template_view"

any idea how to use the template with compose then? thanks

NVentimiglia commented 1 year ago

Hi @SodaSurfer,

Thanks for reaching out.

We currently do not support Jetpack Compose, but it is something we are looking into.

Thanks