Replies: 1 comment
-
Hi @cjmling, have you found a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I successfully integrated google ads for my mobile app using
https://github.com/invertase/react-native-google-mobile-ads
Now I want to integrate for web.
So in order to display google ads for "web" platform I need to load this right
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
? and then paste ads code on a component which could beFILE_NAME.web.tsx
So my question is how I can load script tag for web specifically? Or if there is any other tutorial will be great.
Beta Was this translation helpful? Give feedback.
All reactions