I am using react and phonegap for my mobile app I install npm adsense
npm install --save react-adsense
and add google adsense js to my index.html as described here http://yazilimsozluk.com/npm-adsense-paketi and then add adsense component to my project and google adsense ads work in my website.
I uploaded this html to phonegap and generate phonegap mobile(IOS and Android) application but google adsense ads does not show.Should I use any phonegap adsense plugin?Or admob plugin?If yes where should I put this plugin code?In which react component?
And also I want to just install adsense plugin and I want to plugin add ads any suitable component automatically is this possible?