0
インタースティシャル広告を挿入するための反応ネイティブアプリ(facebookAdsは一度も使用していません)にreact-native-fbadsを使用します。リアクションネイティブアプリにFacebookのインタースティシャル広告を挿入できません
これは私が(react-native install 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')