Does anyone know about a library for admob in mult...
# multiplatform
j
Does anyone know about a library for admob in multiplatform?
🚫 1
a
I was facing the same question and ended up using AndroidView and UIKitView for CMP. So far that seems to work
👀 1
e
hello @Alexander do you have any public sample for ad usage in cmp
a
Not really, just follow the general docs around AndroidView and UIKitView, you should be able initialise/update the relevant ad views from there.
e
Yeah I finally did