想在反应原生应用程序的页脚中显示广告

问题描述 投票:0回答:1

是否有可能在页脚中显示广告反应本机应用程序?

    <AdMobBanner style={{ position: 'absolute',bottom:0}}
        adSize = "mediumRectangle"
        adUnitID="ca-app-pub-3940256099942544/1033173712"
        onAdFailedToLoad={error => console.error(error)}
      />
   </View>
android react-native native-base
1个回答
0
投票

欢迎来到StackOverflow。你可以使用一些库,如react-native-firebasereact-native-admob来显示反应原生的google admobs。

© www.soinside.com 2019 - 2024. All rights reserved.