callstack / callstack/react-native-fbads

Error: No Fill

Open
#312 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
451
Forks
147
PR merge metrics
No merged PRs in 30d

Description

**I dont know why i getting this error.**

**AdSetting:**

I use this in my startup file (index.js)

```
import { AdSettings } from 'react-native-fbads';
let hash = AdSettings.currentDeviceHash;
AdSettings.addTestDevice(hash); // i also used string from console too
```

**Usage:**

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

```
InterstitialAdManager.showAd(placementId) // i tried this format TEST_AD_TYPE#YOUR_PLACEMENT_ID
.then((didClick) => console.log(didClick))
.catch((error) => console.log(error));
```

Packages:

```
"react": "17.0.2",
"react-native": "0.67",
"react-native-fbads": "^7.0.5",
```

I also tried this dependency in gradle file:

`implementation 'com.facebook.android:audience-network-sdk:6.8.0'`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.