:wave: Did anyone implement native Google Ads in C...
# compose
n
👋 Did anyone implement native Google Ads in Compose Multiplatform targeting Android and iOS? It’s OK for the Android part using
AndroidViewBinding
but I don’t know how to perform the same operation on iOS. How would be the process of using a custom UIKit view (with .xib file) from Compose? I don’t see any other solution. Thanks!
Oh, but using a custom UIView means the Compos theming style will not be applied. I'm stuck here. Any idea?