react-native-fbads: Why banner ads not shown

I tried to show a banner for testing but there is only a blank banner at the bottom of screen. No ad at all.

Is there additional steps required to test ads?

Thanks,

RN code:

<BannerView
          type="standard"
          placementId="abc_xyz"
          onClick={() => console.log('click')}
          onError={(err) => console.log('error', err)}
/>

My placement for this banner (removed placement ID):

screen shot 2017-05-23 at 2 47 32 pm

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 1
  • Comments: 15 (1 by maintainers)

Most upvoted comments

Same here. Only works on devices where I’m logged in with my facebook account. For all others I get a huge increase of CPU and memory usage and app freezes

+1 same here…

The latest version of this package should be working. If you’re still having trouble, please open a new issue with full reproduction. Thanks!

I got blank ads for the first time but after reloading (without clear app in memory) it shows normally. The error is show like this: image

Do you know how to fix it?