Skip to content

Commit 6672fb7

Browse files
committed
bump package to 2.0.1 and meta lib
1 parent 87d3c28 commit 6672fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/RNAdManageNativeView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#import <React/RCTBridgeModule.h>
88
#import <React/UIView+React.h>
99
#import <React/RCTLog.h>
10-
#import <MetaAdapter/GADFBNetworkExtras.h>
10+
#import <MetaAdapter/MetaAdapter.h>
1111

1212
#include "RCTConvert+GADAdSize.h"
1313
#import "RNAdManagerUtils.h"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-ad-manager",
33
"title": "React Native Ad Manager",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "A react-native component for Google Ad Manager banners, interstitials and native ads.",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)