gpt4 book ai didi

javascript - 无法将 Facebook 插页式广告插入 React-Native 应用程序

转载 作者:行者123 更新时间:2023-12-03 05:10:00 25 4
gpt4 key购买 nike

我想使用react-native-fbads在我的 react 原生应用程序(我从未使用过 facebookAds)中插入插页式广告。

这是我在我的应用程序组件之一中所做的事情(在react-native安装react-native-fbads之后):

import { InterstitialAdManager } from 'react-native-fbads';

constructor(props) {
InterstitialAdManager.showAd("XXXXX_XXXXX") // this is line 16
.then(didClick => {console.log("clicked")})
.catch(error => {console.log("error")})
}

但我不断收到此错误:undefined is not an object (evaluating 'CTKInterstitialAdManager.showAd')

最佳答案

您是否尝试过运行react-native链接react-native-fbads

这会自动将库的 native 依赖项链接到您的 iOS/Android 项目。

关于javascript - 无法将 Facebook 插页式广告插入 React-Native 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41861687/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com