react-native-ad-manager
Version:
A react-native component for Google Ad Manager banners, interstitials and native ads.
12 lines (11 loc) • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LINKING_ERROR = void 0;
var _reactNative = require("react-native");
const LINKING_ERROR = exports.LINKING_ERROR = `The package 'react-native-ad-manager' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({
ios: "- You have run 'pod install'\n",
default: ''
}) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo managed workflow\n';
//# sourceMappingURL=Constants.js.map