We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0986 commit 8584d3eCopy full SHA for 8584d3e
1 file changed
src/ios/CTKBannerView.m
@@ -38,7 +38,7 @@ - (void)createViewIfCan {
38
adSize:fbAdSize
39
rootViewController:RCTPresentedViewController()];
40
41
- adView.frame = CGRectMake(0, 20, adView.bounds.size.width, adView.bounds.size.height);
+ adView.frame = CGRectMake(0, 0, adView.bounds.size.width, adView.bounds.size.height);
42
adView.delegate = self;
43
44
[adView loadAd];
0 commit comments