expo-ads-admob
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
import { requireNativeViewManager } from 'expo-core'; | ||
import { requireNativeViewManager } from '@unimodules/core'; | ||
import PropTypes from 'prop-types'; | ||
@@ -3,0 +3,0 @@ import * as React from 'react'; |
@@ -1,3 +0,3 @@ | ||
import { EventEmitter } from 'expo-core'; | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { EventEmitter } from '@unimodules/core'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager'; | ||
@@ -4,0 +4,0 @@ const moduleName = 'AdMobInterstitial'; |
@@ -1,3 +0,3 @@ | ||
import { EventEmitter } from 'expo-core'; | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { EventEmitter } from '@unimodules/core'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager'; | ||
@@ -4,0 +4,0 @@ const moduleName = 'AdMobRewarded'; |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoAdsAdMobInterstitialManager; | ||
//# sourceMappingURL=ExpoAdsAdMobInterstitialManager.js.map |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoAdsAdMobRewardedVideoAdManager; | ||
//# sourceMappingURL=ExpoAdsAdMobRewardedVideoAdManager.js.map |
@@ -1,2 +0,2 @@ | ||
import { requireNativeViewManager } from 'expo-core'; | ||
import { requireNativeViewManager } from '@unimodules/core'; | ||
import PropTypes from 'prop-types'; | ||
@@ -3,0 +3,0 @@ import * as React from 'react'; |
{ | ||
"name": "expo-ads-admob", | ||
"version": "3.0.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/rea ct-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-goo gle-admob", | ||
"version": "4.0.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", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -35,3 +36,3 @@ "build": "expo-module build", | ||
"unimodulePeerDependencies": { | ||
"expo-core": "*" | ||
"@unimodules/core": "*" | ||
}, | ||
@@ -44,3 +45,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58" | ||
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a" | ||
} |
# expo-ads-admob | ||
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/rea ct-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-goo gle-admob | ||
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. | ||
@@ -46,3 +46,3 @@ # API documentation | ||
```java | ||
import expo.modules.expo.modules.ads.admob.AdMobPackage; | ||
import expo.modules.ads.admob.AdMobPackage; | ||
``` | ||
@@ -49,0 +49,0 @@ ```java |
@@ -1,3 +0,3 @@ | ||
import { EventEmitter, Subscription } from 'expo-core'; | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { EventEmitter, Subscription } from '@unimodules/core'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
@@ -4,0 +4,0 @@ import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager'; |
@@ -1,3 +0,3 @@ | ||
import { EventEmitter, Subscription } from 'expo-core'; | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { EventEmitter, Subscription } from '@unimodules/core'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
@@ -4,0 +4,0 @@ import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager'; |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoAdsAdMobInterstitialManager; |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoAdsAdMobRewardedVideoAdManager; |
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
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
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
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
742169
80
1063
0