expo-ads-admob
Advanced tools
Comparing version 8.0.0 to 8.1.0
{ | ||
"extends": "/Users/tomasz/Work/expo/packages/expo-ads-admob/tsconfig.json", | ||
"extends": "/Users/bbarthec/Work/expo/packages/expo-ads-admob/tsconfig.json", | ||
"compilerOptions": { | ||
@@ -10,5 +10,5 @@ "module": "esnext", | ||
"../../../node_modules/@types", | ||
"/Users/tomasz/Work/expo/packages/expo-module-scripts/ts-declarations" | ||
"/Users/bbarthec/Work/expo/packages/expo-module-scripts/ts-declarations" | ||
] | ||
} | ||
} |
import * as React from 'react'; | ||
export default class AdMobBanner extends React.Component<{}> { | ||
export default class AdMobBanner extends React.Component<object> { | ||
render(): JSX.Element; | ||
} |
import { EventEmitter, UnavailabilityError } from '@unimodules/core'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
const moduleName = 'AdMobInterstitial'; | ||
@@ -5,0 +5,0 @@ const eventNames = [ |
import * as React from 'react'; | ||
export default class AdMobInterstitial extends React.Component<{}> { | ||
export default class AdMobInterstitial extends React.Component<object> { | ||
render(): JSX.Element; | ||
} |
import { EventEmitter, UnavailabilityError } from '@unimodules/core'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
const moduleName = 'AdMobRewarded'; | ||
@@ -5,0 +5,0 @@ const eventNames = [ |
import * as React from 'react'; | ||
export default class AdMobRewarded extends React.Component<{}> { | ||
export default class AdMobRewarded extends React.Component<object> { | ||
render(): JSX.Element; | ||
} |
@@ -1,6 +0,2 @@ | ||
declare const _default: { | ||
[propertyName: string]: any; | ||
addListener: (eventName: string) => void; | ||
removeListeners: (count: number) => void; | ||
}; | ||
declare const _default: import("@unimodules/core").ProxyNativeModule; | ||
export default _default; |
@@ -1,6 +0,2 @@ | ||
declare const _default: { | ||
[propertyName: string]: any; | ||
addListener: (eventName: string) => void; | ||
removeListeners: (count: number) => void; | ||
}; | ||
declare const _default: import("@unimodules/core").ProxyNativeModule; | ||
export default _default; |
@@ -1,6 +0,2 @@ | ||
declare const _default: { | ||
[propertyName: string]: any; | ||
addListener: (eventName: string) => void; | ||
removeListeners: (count: number) => void; | ||
}; | ||
declare const _default: import("@unimodules/core").ProxyNativeModule; | ||
export default _default; |
import * as React from 'react'; | ||
export default class PublisherBanner extends React.Component<{}> { | ||
export default class PublisherBanner extends React.Component<object> { | ||
render(): JSX.Element; | ||
} |
{ | ||
"name": "expo-ads-admob", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-google-admob", | ||
@@ -44,5 +44,5 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "~1.1.1" | ||
"expo-module-scripts": "~1.2.0" | ||
}, | ||
"gitHead": "ec7878b9ce54f2537721218ae0fe4017e4004806" | ||
"gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f" | ||
} |
import { UnavailabilityError } from '@unimodules/core'; | ||
import ExpoAdsAdMob from './ExpoAdsAdMob'; | ||
@@ -3,0 +4,0 @@ |
import { EventEmitter, Subscription, UnavailabilityError } from '@unimodules/core'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
@@ -6,0 +6,0 @@ const moduleName = 'AdMobInterstitial'; |
import { EventEmitter, Subscription, UnavailabilityError } from '@unimodules/core'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager'; | ||
import { setTestDeviceIDAsync } from './AdMob'; | ||
@@ -6,0 +6,0 @@ const moduleName = 'AdMobRewarded'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155068
1253
1