callstack / callstack/react-native-fbads

Error: No Fill

Đang mở
#312 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
451
Fork
147
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**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'`

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.