@premiumads/react-native-admob-adapter 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -38,7 +38,7 @@ mobileAds().initialize().then(statuses => {
38
38
 
39
39
  Once initialized, use the standard `react-native-google-mobile-ads` APIs (`BannerAd`, `InterstitialAd`, `RewardedAd`, `AppOpenAd`, etc.). The PremiumAds adapter will receive ad requests via AdMob mediation when your ad units are configured to mediate through PremiumAds in the AdMob console.
40
40
 
41
- See [samples/react-native/PremiumAdsRNSample](../samples/react-native/PremiumAdsRNSample) for a full working example.
41
+ See the [`example/`](https://github.com/premium-ads/googleads-adapter-v2-react-native/tree/main/example) folder for a full working example app.
42
42
 
43
43
  ## Supported ad formats
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@premiumads/react-native-admob-adapter",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "PremiumAds AdMob mediation adapter for React Native (react-native-google-mobile-ads).",
5
5
  "main": "src/index.tsx",
6
6
  "types": "src/index.tsx",
@@ -24,15 +24,14 @@
24
24
  ],
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/premium-ads/google-mediation-adapter.git",
28
- "directory": "react-native"
27
+ "url": "https://github.com/premium-ads/googleads-adapter-v2-react-native.git"
29
28
  },
30
29
  "author": "alexgmax <alex@premiumads.net>",
31
30
  "license": "MIT",
32
31
  "bugs": {
33
- "url": "https://github.com/premium-ads/google-mediation-adapter/issues"
32
+ "url": "https://github.com/premium-ads/googleads-adapter-v2-react-native/issues"
34
33
  },
35
- "homepage": "https://github.com/premium-ads/google-mediation-adapter#readme",
34
+ "homepage": "https://github.com/premium-ads/googleads-adapter-v2-react-native#readme",
36
35
  "peerDependencies": {
37
36
  "react": "*",
38
37
  "react-native": ">=0.71.0",