react-native-google-mobile-ads 8.1.2 → 8.2.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 (283) hide show
  1. package/__tests__/interstitial.test.ts +60 -0
  2. package/docs/european-user-consent.mdx +19 -0
  3. package/docs/index.mdx +43 -1
  4. package/ios_config.sh +1 -1
  5. package/jest.setup.ts +3 -0
  6. package/lib/commonjs/AdEventType.js +2 -1
  7. package/lib/commonjs/AdEventType.js.map +1 -1
  8. package/lib/commonjs/AdsConsent.js.map +1 -1
  9. package/lib/commonjs/AdsConsentDebugGeography.js.map +1 -1
  10. package/lib/commonjs/AdsConsentPurposes.js +2 -1
  11. package/lib/commonjs/AdsConsentPurposes.js.map +1 -1
  12. package/lib/commonjs/AdsConsentSpecialFeatures.js +2 -1
  13. package/lib/commonjs/AdsConsentSpecialFeatures.js.map +1 -1
  14. package/lib/commonjs/AdsConsentStatus.js.map +1 -1
  15. package/lib/commonjs/BannerAdSize.js +2 -1
  16. package/lib/commonjs/BannerAdSize.js.map +1 -1
  17. package/lib/commonjs/GAMAdEventType.js +2 -1
  18. package/lib/commonjs/GAMAdEventType.js.map +1 -1
  19. package/lib/commonjs/MaxAdContentRating.js +2 -1
  20. package/lib/commonjs/MaxAdContentRating.js.map +1 -1
  21. package/lib/commonjs/MobileAds.js.map +1 -1
  22. package/lib/commonjs/RewardedAdEventType.js +2 -1
  23. package/lib/commonjs/RewardedAdEventType.js.map +1 -1
  24. package/lib/commonjs/TestIds.js.map +1 -1
  25. package/lib/commonjs/ads/AppOpenAd.js.map +1 -1
  26. package/lib/commonjs/ads/BannerAd.js.map +1 -1
  27. package/lib/commonjs/ads/BaseAd.js.map +1 -1
  28. package/lib/commonjs/ads/GAMBannerAd.js.map +1 -1
  29. package/lib/commonjs/ads/GAMInterstitialAd.js.map +1 -1
  30. package/lib/commonjs/ads/InterstitialAd.js.map +1 -1
  31. package/lib/commonjs/ads/MobileAd.js +4 -0
  32. package/lib/commonjs/ads/MobileAd.js.map +1 -1
  33. package/lib/commonjs/ads/RewardedAd.js.map +1 -1
  34. package/lib/commonjs/ads/RewardedInterstitialAd.js.map +1 -1
  35. package/lib/commonjs/common/Base64.js.map +1 -1
  36. package/lib/commonjs/common/MutatableParams.js.map +1 -1
  37. package/lib/commonjs/common/ReferenceBase.js.map +1 -1
  38. package/lib/commonjs/common/deeps.js.map +1 -1
  39. package/lib/commonjs/common/id.js.map +1 -1
  40. package/lib/commonjs/common/index.js.map +1 -1
  41. package/lib/commonjs/common/path.js.map +1 -1
  42. package/lib/commonjs/common/promise.js.map +1 -1
  43. package/lib/commonjs/common/serialize.js.map +1 -1
  44. package/lib/commonjs/common/validate.js.map +1 -1
  45. package/lib/commonjs/declarations.d.js.map +1 -1
  46. package/lib/commonjs/hooks/useAppOpenAd.js.map +1 -1
  47. package/lib/commonjs/hooks/useFullScreenAd.js.map +1 -1
  48. package/lib/commonjs/hooks/useInterstitialAd.js.map +1 -1
  49. package/lib/commonjs/hooks/useRewardedAd.js.map +1 -1
  50. package/lib/commonjs/hooks/useRewardedInterstitialAd.js.map +1 -1
  51. package/lib/commonjs/index.js.map +1 -1
  52. package/lib/commonjs/internal/GoogleMobileAdsNativeEventEmitter.js.map +1 -1
  53. package/lib/commonjs/internal/Module.js.map +1 -1
  54. package/lib/commonjs/internal/NativeError.js.map +1 -1
  55. package/lib/commonjs/internal/SharedEventEmitter.js.map +1 -1
  56. package/lib/commonjs/internal/index.js.map +1 -1
  57. package/lib/commonjs/internal/registry/nativeModule.js +0 -20
  58. package/lib/commonjs/internal/registry/nativeModule.js.map +1 -1
  59. package/lib/commonjs/types/AdEventListener.js.map +1 -1
  60. package/lib/commonjs/types/AdEventsListener.js.map +1 -1
  61. package/lib/commonjs/types/AdShowOptions.js.map +1 -1
  62. package/lib/commonjs/types/AdStates.js.map +1 -1
  63. package/lib/commonjs/types/AdapterStatus.js +4 -3
  64. package/lib/commonjs/types/AdapterStatus.js.map +1 -1
  65. package/lib/commonjs/types/AdsConsent.interface.js.map +1 -1
  66. package/lib/commonjs/types/AppEvent.js.map +1 -1
  67. package/lib/commonjs/types/BannerAdProps.js.map +1 -1
  68. package/lib/commonjs/types/GoogleMobileAdsNativeModule.js.map +1 -1
  69. package/lib/commonjs/types/MobileAd.interface.js.map +1 -1
  70. package/lib/commonjs/types/MobileAdsModule.interface.js.map +1 -1
  71. package/lib/commonjs/types/Module.interface.js.map +1 -1
  72. package/lib/commonjs/types/RequestConfiguration.js.map +1 -1
  73. package/lib/commonjs/types/RequestOptions.js.map +1 -1
  74. package/lib/commonjs/types/RewardedAdReward.js.map +1 -1
  75. package/lib/commonjs/types/index.js.map +1 -1
  76. package/lib/commonjs/validateAdRequestConfiguration.js.map +1 -1
  77. package/lib/commonjs/validateAdRequestOptions.js.map +1 -1
  78. package/lib/commonjs/validateAdShowOptions.js.map +1 -1
  79. package/lib/commonjs/version.js +1 -1
  80. package/lib/commonjs/version.js.map +1 -1
  81. package/lib/module/AdEventType.js.map +1 -1
  82. package/lib/module/AdsConsent.js.map +1 -1
  83. package/lib/module/AdsConsentDebugGeography.js.map +1 -1
  84. package/lib/module/AdsConsentPurposes.js.map +1 -1
  85. package/lib/module/AdsConsentSpecialFeatures.js.map +1 -1
  86. package/lib/module/AdsConsentStatus.js.map +1 -1
  87. package/lib/module/BannerAdSize.js.map +1 -1
  88. package/lib/module/GAMAdEventType.js.map +1 -1
  89. package/lib/module/MaxAdContentRating.js.map +1 -1
  90. package/lib/module/MobileAds.js.map +1 -1
  91. package/lib/module/RewardedAdEventType.js.map +1 -1
  92. package/lib/module/TestIds.js.map +1 -1
  93. package/lib/module/ads/AppOpenAd.js.map +1 -1
  94. package/lib/module/ads/BannerAd.js.map +1 -1
  95. package/lib/module/ads/BaseAd.js.map +1 -1
  96. package/lib/module/ads/GAMBannerAd.js.map +1 -1
  97. package/lib/module/ads/GAMInterstitialAd.js.map +1 -1
  98. package/lib/module/ads/InterstitialAd.js.map +1 -1
  99. package/lib/module/ads/MobileAd.js +4 -0
  100. package/lib/module/ads/MobileAd.js.map +1 -1
  101. package/lib/module/ads/RewardedAd.js.map +1 -1
  102. package/lib/module/ads/RewardedInterstitialAd.js.map +1 -1
  103. package/lib/module/common/Base64.js.map +1 -1
  104. package/lib/module/common/MutatableParams.js.map +1 -1
  105. package/lib/module/common/ReferenceBase.js.map +1 -1
  106. package/lib/module/common/deeps.js.map +1 -1
  107. package/lib/module/common/id.js.map +1 -1
  108. package/lib/module/common/index.js.map +1 -1
  109. package/lib/module/common/path.js.map +1 -1
  110. package/lib/module/common/promise.js.map +1 -1
  111. package/lib/module/common/serialize.js.map +1 -1
  112. package/lib/module/common/validate.js.map +1 -1
  113. package/lib/module/declarations.d.js.map +1 -1
  114. package/lib/module/hooks/useAppOpenAd.js.map +1 -1
  115. package/lib/module/hooks/useFullScreenAd.js.map +1 -1
  116. package/lib/module/hooks/useInterstitialAd.js.map +1 -1
  117. package/lib/module/hooks/useRewardedAd.js.map +1 -1
  118. package/lib/module/hooks/useRewardedInterstitialAd.js.map +1 -1
  119. package/lib/module/index.js.map +1 -1
  120. package/lib/module/internal/GoogleMobileAdsNativeEventEmitter.js.map +1 -1
  121. package/lib/module/internal/Module.js.map +1 -1
  122. package/lib/module/internal/NativeError.js.map +1 -1
  123. package/lib/module/internal/SharedEventEmitter.js.map +1 -1
  124. package/lib/module/internal/index.js.map +1 -1
  125. package/lib/module/internal/registry/nativeModule.js +0 -19
  126. package/lib/module/internal/registry/nativeModule.js.map +1 -1
  127. package/lib/module/types/AdEventListener.js.map +1 -1
  128. package/lib/module/types/AdEventsListener.js.map +1 -1
  129. package/lib/module/types/AdShowOptions.js.map +1 -1
  130. package/lib/module/types/AdStates.js.map +1 -1
  131. package/lib/module/types/AdapterStatus.js.map +1 -1
  132. package/lib/module/types/AdsConsent.interface.js.map +1 -1
  133. package/lib/module/types/AppEvent.js.map +1 -1
  134. package/lib/module/types/BannerAdProps.js.map +1 -1
  135. package/lib/module/types/GoogleMobileAdsNativeModule.js.map +1 -1
  136. package/lib/module/types/MobileAd.interface.js.map +1 -1
  137. package/lib/module/types/MobileAdsModule.interface.js.map +1 -1
  138. package/lib/module/types/Module.interface.js.map +1 -1
  139. package/lib/module/types/RequestConfiguration.js.map +1 -1
  140. package/lib/module/types/RequestOptions.js.map +1 -1
  141. package/lib/module/types/RewardedAdReward.js.map +1 -1
  142. package/lib/module/types/index.js.map +1 -1
  143. package/lib/module/validateAdRequestConfiguration.js.map +1 -1
  144. package/lib/module/validateAdRequestOptions.js.map +1 -1
  145. package/lib/module/validateAdShowOptions.js.map +1 -1
  146. package/lib/module/version.js +1 -1
  147. package/lib/module/version.js.map +1 -1
  148. package/lib/typescript/AdEventType.d.ts +1 -0
  149. package/lib/typescript/AdEventType.d.ts.map +1 -0
  150. package/lib/typescript/AdsConsent.d.ts +1 -0
  151. package/lib/typescript/AdsConsent.d.ts.map +1 -0
  152. package/lib/typescript/AdsConsentDebugGeography.d.ts +1 -0
  153. package/lib/typescript/AdsConsentDebugGeography.d.ts.map +1 -0
  154. package/lib/typescript/AdsConsentPurposes.d.ts +1 -0
  155. package/lib/typescript/AdsConsentPurposes.d.ts.map +1 -0
  156. package/lib/typescript/AdsConsentSpecialFeatures.d.ts +1 -0
  157. package/lib/typescript/AdsConsentSpecialFeatures.d.ts.map +1 -0
  158. package/lib/typescript/AdsConsentStatus.d.ts +1 -0
  159. package/lib/typescript/AdsConsentStatus.d.ts.map +1 -0
  160. package/lib/typescript/BannerAdSize.d.ts +1 -0
  161. package/lib/typescript/BannerAdSize.d.ts.map +1 -0
  162. package/lib/typescript/GAMAdEventType.d.ts +1 -0
  163. package/lib/typescript/GAMAdEventType.d.ts.map +1 -0
  164. package/lib/typescript/MaxAdContentRating.d.ts +1 -0
  165. package/lib/typescript/MaxAdContentRating.d.ts.map +1 -0
  166. package/lib/typescript/MobileAds.d.ts +1 -0
  167. package/lib/typescript/MobileAds.d.ts.map +1 -0
  168. package/lib/typescript/RewardedAdEventType.d.ts +1 -0
  169. package/lib/typescript/RewardedAdEventType.d.ts.map +1 -0
  170. package/lib/typescript/TestIds.d.ts +1 -0
  171. package/lib/typescript/TestIds.d.ts.map +1 -0
  172. package/lib/typescript/ads/AppOpenAd.d.ts +1 -0
  173. package/lib/typescript/ads/AppOpenAd.d.ts.map +1 -0
  174. package/lib/typescript/ads/BannerAd.d.ts +1 -0
  175. package/lib/typescript/ads/BannerAd.d.ts.map +1 -0
  176. package/lib/typescript/ads/BaseAd.d.ts +1 -0
  177. package/lib/typescript/ads/BaseAd.d.ts.map +1 -0
  178. package/lib/typescript/ads/GAMBannerAd.d.ts +1 -0
  179. package/lib/typescript/ads/GAMBannerAd.d.ts.map +1 -0
  180. package/lib/typescript/ads/GAMInterstitialAd.d.ts +1 -0
  181. package/lib/typescript/ads/GAMInterstitialAd.d.ts.map +1 -0
  182. package/lib/typescript/ads/InterstitialAd.d.ts +1 -0
  183. package/lib/typescript/ads/InterstitialAd.d.ts.map +1 -0
  184. package/lib/typescript/ads/MobileAd.d.ts +1 -0
  185. package/lib/typescript/ads/MobileAd.d.ts.map +1 -0
  186. package/lib/typescript/ads/RewardedAd.d.ts +1 -0
  187. package/lib/typescript/ads/RewardedAd.d.ts.map +1 -0
  188. package/lib/typescript/ads/RewardedInterstitialAd.d.ts +1 -0
  189. package/lib/typescript/ads/RewardedInterstitialAd.d.ts.map +1 -0
  190. package/lib/typescript/common/Base64.d.ts +2 -0
  191. package/lib/typescript/common/Base64.d.ts.map +1 -0
  192. package/lib/typescript/common/MutatableParams.d.ts +1 -0
  193. package/lib/typescript/common/MutatableParams.d.ts.map +1 -0
  194. package/lib/typescript/common/ReferenceBase.d.ts +1 -0
  195. package/lib/typescript/common/ReferenceBase.d.ts.map +1 -0
  196. package/lib/typescript/common/deeps.d.ts +1 -0
  197. package/lib/typescript/common/deeps.d.ts.map +1 -0
  198. package/lib/typescript/common/id.d.ts +1 -0
  199. package/lib/typescript/common/id.d.ts.map +1 -0
  200. package/lib/typescript/common/index.d.ts +1 -0
  201. package/lib/typescript/common/index.d.ts.map +1 -0
  202. package/lib/typescript/common/path.d.ts +1 -0
  203. package/lib/typescript/common/path.d.ts.map +1 -0
  204. package/lib/typescript/common/promise.d.ts +1 -0
  205. package/lib/typescript/common/promise.d.ts.map +1 -0
  206. package/lib/typescript/common/serialize.d.ts +1 -0
  207. package/lib/typescript/common/serialize.d.ts.map +1 -0
  208. package/lib/typescript/common/validate.d.ts +1 -0
  209. package/lib/typescript/common/validate.d.ts.map +1 -0
  210. package/lib/typescript/hooks/useAppOpenAd.d.ts +1 -0
  211. package/lib/typescript/hooks/useAppOpenAd.d.ts.map +1 -0
  212. package/lib/typescript/hooks/useFullScreenAd.d.ts +1 -0
  213. package/lib/typescript/hooks/useFullScreenAd.d.ts.map +1 -0
  214. package/lib/typescript/hooks/useInterstitialAd.d.ts +1 -0
  215. package/lib/typescript/hooks/useInterstitialAd.d.ts.map +1 -0
  216. package/lib/typescript/hooks/useRewardedAd.d.ts +1 -0
  217. package/lib/typescript/hooks/useRewardedAd.d.ts.map +1 -0
  218. package/lib/typescript/hooks/useRewardedInterstitialAd.d.ts +1 -0
  219. package/lib/typescript/hooks/useRewardedInterstitialAd.d.ts.map +1 -0
  220. package/lib/typescript/index.d.ts +2 -1
  221. package/lib/typescript/index.d.ts.map +1 -0
  222. package/lib/typescript/internal/GoogleMobileAdsNativeEventEmitter.d.ts +1 -0
  223. package/lib/typescript/internal/GoogleMobileAdsNativeEventEmitter.d.ts.map +1 -0
  224. package/lib/typescript/internal/Module.d.ts +1 -0
  225. package/lib/typescript/internal/Module.d.ts.map +1 -0
  226. package/lib/typescript/internal/NativeError.d.ts +1 -0
  227. package/lib/typescript/internal/NativeError.d.ts.map +1 -0
  228. package/lib/typescript/internal/SharedEventEmitter.d.ts +1 -0
  229. package/lib/typescript/internal/SharedEventEmitter.d.ts.map +1 -0
  230. package/lib/typescript/internal/index.d.ts +1 -0
  231. package/lib/typescript/internal/index.d.ts.map +1 -0
  232. package/lib/typescript/internal/registry/nativeModule.d.ts +1 -6
  233. package/lib/typescript/internal/registry/nativeModule.d.ts.map +1 -0
  234. package/lib/typescript/types/AdEventListener.d.ts +1 -0
  235. package/lib/typescript/types/AdEventListener.d.ts.map +1 -0
  236. package/lib/typescript/types/AdEventsListener.d.ts +1 -0
  237. package/lib/typescript/types/AdEventsListener.d.ts.map +1 -0
  238. package/lib/typescript/types/AdShowOptions.d.ts +1 -0
  239. package/lib/typescript/types/AdShowOptions.d.ts.map +1 -0
  240. package/lib/typescript/types/AdStates.d.ts +1 -0
  241. package/lib/typescript/types/AdStates.d.ts.map +1 -0
  242. package/lib/typescript/types/AdapterStatus.d.ts +1 -0
  243. package/lib/typescript/types/AdapterStatus.d.ts.map +1 -0
  244. package/lib/typescript/types/AdsConsent.interface.d.ts +1 -0
  245. package/lib/typescript/types/AdsConsent.interface.d.ts.map +1 -0
  246. package/lib/typescript/types/AppEvent.d.ts +1 -0
  247. package/lib/typescript/types/AppEvent.d.ts.map +1 -0
  248. package/lib/typescript/types/BannerAdProps.d.ts +1 -0
  249. package/lib/typescript/types/BannerAdProps.d.ts.map +1 -0
  250. package/lib/typescript/types/GoogleMobileAdsNativeModule.d.ts +1 -0
  251. package/lib/typescript/types/GoogleMobileAdsNativeModule.d.ts.map +1 -0
  252. package/lib/typescript/types/MobileAd.interface.d.ts +1 -0
  253. package/lib/typescript/types/MobileAd.interface.d.ts.map +1 -0
  254. package/lib/typescript/types/MobileAdsModule.interface.d.ts +1 -0
  255. package/lib/typescript/types/MobileAdsModule.interface.d.ts.map +1 -0
  256. package/lib/typescript/types/Module.interface.d.ts +1 -0
  257. package/lib/typescript/types/Module.interface.d.ts.map +1 -0
  258. package/lib/typescript/types/RequestConfiguration.d.ts +1 -0
  259. package/lib/typescript/types/RequestConfiguration.d.ts.map +1 -0
  260. package/lib/typescript/types/RequestOptions.d.ts +1 -0
  261. package/lib/typescript/types/RequestOptions.d.ts.map +1 -0
  262. package/lib/typescript/types/RewardedAdReward.d.ts +1 -0
  263. package/lib/typescript/types/RewardedAdReward.d.ts.map +1 -0
  264. package/lib/typescript/types/index.d.ts +1 -0
  265. package/lib/typescript/types/index.d.ts.map +1 -0
  266. package/lib/typescript/validateAdRequestConfiguration.d.ts +1 -0
  267. package/lib/typescript/validateAdRequestConfiguration.d.ts.map +1 -0
  268. package/lib/typescript/validateAdRequestOptions.d.ts +1 -0
  269. package/lib/typescript/validateAdRequestOptions.d.ts.map +1 -0
  270. package/lib/typescript/validateAdShowOptions.d.ts +1 -0
  271. package/lib/typescript/validateAdShowOptions.d.ts.map +1 -0
  272. package/lib/typescript/version.d.ts +2 -1
  273. package/lib/typescript/version.d.ts.map +1 -0
  274. package/package.json +18 -19
  275. package/src/ads/MobileAd.ts +5 -0
  276. package/src/internal/registry/nativeModule.ts +0 -23
  277. package/src/version.ts +1 -1
  278. package/lib/commonjs/internal/constants.js +0 -30
  279. package/lib/commonjs/internal/constants.js.map +0 -1
  280. package/lib/module/internal/constants.js +0 -21
  281. package/lib/module/internal/constants.js.map +0 -1
  282. package/lib/typescript/internal/constants.d.ts +0 -3
  283. package/src/internal/constants.ts +0 -43
@@ -4,3 +4,4 @@ import { RewardedAd } from '../ads/RewardedAd';
4
4
  import { RewardedInterstitialAd } from '../ads/RewardedInterstitialAd';
5
5
  import { AdHookReturns } from '../types/AdStates';
6
6
  export declare function useFullScreenAd<T extends AppOpenAd | InterstitialAd | RewardedAd | RewardedInterstitialAd | null>(ad: T): AdHookReturns;
7
+ //# sourceMappingURL=useFullScreenAd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFullScreenAd.d.ts","sourceRoot":"","sources":["../../../src/hooks/useFullScreenAd.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EAAY,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAc5D,wBAAgB,eAAe,CAC7B,CAAC,SAAS,SAAS,GAAG,cAAc,GAAG,UAAU,GAAG,sBAAsB,GAAG,IAAI,EACjF,EAAE,EAAE,CAAC,GAAG,aAAa,CAgEtB"}
@@ -7,3 +7,4 @@ import { RequestOptions } from '../types/RequestOptions';
7
7
  * @param requestOptions Optional RequestOptions used to load the ad.
8
8
  */
9
9
  export declare function useInterstitialAd(adUnitId: string | null, requestOptions?: RequestOptions): Omit<AdHookReturns, 'reward' | 'isEarnedReward'>;
10
+ //# sourceMappingURL=useInterstitialAd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInterstitialAd.d.ts","sourceRoot":"","sources":["../../../src/hooks/useInterstitialAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,gBAAgB,CAAC,CAUlD"}
@@ -7,3 +7,4 @@ import { RequestOptions } from '../types/RequestOptions';
7
7
  * @param requestOptions Optional RequestOptions used to load the ad.
8
8
  */
9
9
  export declare function useRewardedAd(adUnitId: string | null, requestOptions?: RequestOptions): AdHookReturns;
10
+ //# sourceMappingURL=useRewardedAd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRewardedAd.d.ts","sourceRoot":"","sources":["../../../src/hooks/useRewardedAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,aAAa,CAUf"}
@@ -7,3 +7,4 @@ import { RequestOptions } from '../types/RequestOptions';
7
7
  * @param requestOptions Optional RequestOptions used to load the ad.
8
8
  */
9
9
  export declare function useRewardedInterstitialAd(adUnitId: string | null, requestOptions?: RequestOptions): AdHookReturns;
10
+ //# sourceMappingURL=useRewardedInterstitialAd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRewardedInterstitialAd.d.ts","sourceRoot":"","sources":["../../../src/hooks/useRewardedInterstitialAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,aAAa,CAWf"}
@@ -1,4 +1,4 @@
1
- export declare const SDK_VERSION = "8.1.2";
1
+ export declare const SDK_VERSION = "8.2.1";
2
2
  export { default, MobileAds } from './MobileAds';
3
3
  export { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
4
4
  export { AdsConsentPurposes } from './AdsConsentPurposes';
@@ -23,3 +23,4 @@ export { useInterstitialAd } from './hooks/useInterstitialAd';
23
23
  export { useRewardedAd } from './hooks/useRewardedAd';
24
24
  export { useRewardedInterstitialAd } from './hooks/useRewardedInterstitialAd';
25
25
  export * from './types';
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,WAAW,UAAU,CAAC;AAEnC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,cAAc,SAAS,CAAC"}
@@ -10,3 +10,4 @@ declare class GANativeEventEmitter extends NativeEventEmitter {
10
10
  }
11
11
  export declare const GoogleMobileAdsNativeEventEmitter: GANativeEventEmitter;
12
12
  export {};
13
+ //# sourceMappingURL=GoogleMobileAdsNativeEventEmitter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleMobileAdsNativeEventEmitter.d.ts","sourceRoot":"","sources":["../../../src/internal/GoogleMobileAdsNativeEventEmitter.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,kBAAkB,EAAiB,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAItF,cAAM,oBAAqB,SAAQ,kBAAkB;IACnD,KAAK,EAAE,OAAO,CAAC;;IAOf,WAAW,CACT,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,EAC/C,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAkCnC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAMpC,kBAAkB,CAAC,YAAY,EAAE,mBAAmB;CAMrD;AAED,eAAO,MAAM,iCAAiC,sBAA6B,CAAC"}
@@ -11,3 +11,4 @@ export declare class AppModule {
11
11
  eventNameForApp(...args: string[]): string;
12
12
  get native(): GoogleMobileAdsNativeModule;
13
13
  }
14
+ //# sourceMappingURL=Module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Module.d.ts","sourceRoot":"","sources":["../../../src/internal/Module.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAEnF,qBAAa,SAAS;IACpB,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,CAAC,YAAY,KAAM;gBAEb,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM;IAMpC,IAAI,GAAG,QAEN;IAED,IAAI,OAAO,wCAEV;IAED,eAAe,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE;IAIjC,IAAI,MAAM,gCAMT;CACF"}
@@ -24,3 +24,4 @@ export declare class NativeError extends Error {
24
24
  */
25
25
  static getStackWithMessage(message: string, jsStack: string): string;
26
26
  }
27
+ //# sourceMappingURL=NativeError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NativeError.d.ts","sourceRoot":"","sources":["../../../src/internal/NativeError.ts"],"names":[],"mappings":"AAiBA,qBAAa,WAAY,SAAQ,KAAK;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAE5C,MAAM,CAAC,SAAS,CACd,UAAU,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAC7C,SAAS,EAAE,MAAM,EACjB,KAAK,CAAC,EAAE,MAAM;gBAMd,WAAW,EAAE;QAAE,QAAQ,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,EAC5D,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM;IAYnB;;;;OAIG;IACH,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAG5D"}
@@ -1,2 +1,3 @@
1
1
  import { EventEmitter } from 'react-native';
2
2
  export declare const SharedEventEmitter: EventEmitter;
3
+ //# sourceMappingURL=SharedEventEmitter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SharedEventEmitter.d.ts","sourceRoot":"","sources":["../../../src/internal/SharedEventEmitter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,eAAO,MAAM,kBAAkB,EAAE,YAA4B,CAAC"}
@@ -2,3 +2,4 @@ export { AppModule as Module } from './Module';
2
2
  export { NativeError } from './NativeError';
3
3
  export * from './registry/nativeModule';
4
4
  export { SharedEventEmitter } from './SharedEventEmitter';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/index.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,SAAS,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -7,9 +7,4 @@ import { ModuleInterface } from '../../types/Module.interface';
7
7
  * @returns {*}
8
8
  */
9
9
  export declare function getNativeModule(module: ModuleInterface): unknown;
10
- /**
11
- * Custom wrapped app module as it does not have it's own FirebaseModule based class.
12
- *
13
- * @returns {*}
14
- */
15
- export declare function getAppModule(): unknown;
10
+ //# sourceMappingURL=nativeModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nativeModule.d.ts","sourceRoot":"","sources":["../../../../src/internal/registry/nativeModule.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAuK/D;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,eAAe,WAQtD"}
@@ -5,3 +5,4 @@ import { AppEvent } from './AppEvent';
5
5
  import { RewardedAdReward } from './RewardedAdReward';
6
6
  export declare type AdEventPayload<T extends AdEventType | RewardedAdEventType | GAMAdEventType = never> = T extends AdEventType.ERROR ? Error : T extends RewardedAdEventType ? RewardedAdReward : T extends GAMAdEventType ? AppEvent : undefined;
7
7
  export declare type AdEventListener<T extends AdEventType | RewardedAdEventType | GAMAdEventType = never> = (payload: AdEventPayload<T>) => void;
8
+ //# sourceMappingURL=AdEventListener.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdEventListener.d.ts","sourceRoot":"","sources":["../../../src/types/AdEventListener.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,oBAAY,cAAc,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC7F,CAAC,SAAS,WAAW,CAAC,KAAK,GACvB,KAAK,GACL,CAAC,SAAS,mBAAmB,GAC7B,gBAAgB,GAChB,CAAC,SAAS,cAAc,GACxB,QAAQ,GACR,SAAS,CAAC;AAEhB,oBAAY,eAAe,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC9F,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC"}
@@ -6,3 +6,4 @@ export declare type AdEventsListener<T extends AdEventType | RewardedAdEventType
6
6
  type: T;
7
7
  payload: AdEventPayload<T>;
8
8
  }) => void;
9
+ //# sourceMappingURL=AdEventsListener.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdEventsListener.d.ts","sourceRoot":"","sources":["../../../src/types/AdEventsListener.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,oBAAY,gBAAgB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC/F,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,CAAC,CAAC;IAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;CAAE,KAAK,IAAI,CAAC"}
@@ -10,3 +10,4 @@ export interface AdShowOptions {
10
10
  */
11
11
  immersiveModeEnabled?: boolean;
12
12
  }
13
+ //# sourceMappingURL=AdShowOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdShowOptions.d.ts","sourceRoot":"","sources":["../../../src/types/AdShowOptions.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC"}
@@ -83,3 +83,4 @@ export interface AdHookReturns extends AdStates {
83
83
  */
84
84
  show: (showOptions?: AdShowOptions) => void;
85
85
  }
86
+ //# sourceMappingURL=AdStates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdStates.d.ts","sourceRoot":"","sources":["../../../src/types/AdStates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,aAAc,SAAQ,QAAQ;IAC7C;;;OAGG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;;;;;;;;;;;;OAcG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;CAC7C"}
@@ -16,3 +16,4 @@ export declare type AdapterStatus = {
16
16
  description: string;
17
17
  status: InitializationState;
18
18
  };
19
+ //# sourceMappingURL=AdapterStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdapterStatus.d.ts","sourceRoot":"","sources":["../../../src/types/AdapterStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B;;OAEG;IACH,kCAAkC,IAAI;IAEtC;;OAEG;IACH,+BAA+B,IAAI;CACpC;AAED;;GAEG;AACH,oBAAY,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,mBAAmB,CAAC;CAC7B,CAAC"}
@@ -333,3 +333,4 @@ export interface AdsConsentUserChoices {
333
333
  */
334
334
  usePreciseGeolocationData: boolean;
335
335
  }
336
+ //# sourceMappingURL=AdsConsent.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdsConsent.interface.d.ts","sourceRoot":"","sources":["../../../src/types/AdsConsent.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,mBAAmB;IAClC;;;;;;;;;;;;;;;OAeG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAE5E;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,QAAQ,IAAI,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAE1C;;;;;;;;;;;;;;;OAeG;IACH,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAE/B;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAE/B;;;;;;;;;;OAUG;IACH,cAAc,IAAI,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAEjD;;;;;;;;;;OAUG;IACH,KAAK,IAAI,IAAI,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;;;;OAOG;IACH,MAAM,EAAE,gBAAgB,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;CACjC;AAED;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;;;;;OAQG;IACH,kDAAkD,EAAE,OAAO,CAAC;IAC5D;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,6CAA6C,EAAE,OAAO,CAAC;IACvD;;;;;;;;;;;OAWG;IACH,6BAA6B,EAAE,OAAO,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iCAAiC,EAAE,OAAO,CAAC;IAC3C;;;;;;;;;;;;OAYG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;;;;;;;;;;;;OAkBG;IACH,oBAAoB,EAAE,OAAO,CAAC;IAC9B;;;;;;;;;;;;;;;OAeG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;;;;;;;;;;;;OAkBG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;;;;;;OAOG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;;;;OAOG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;OAOG;IACH,iCAAiC,EAAE,OAAO,CAAC;IAC3C;;;;;;;;OAQG;IACH,yBAAyB,EAAE,OAAO,CAAC;CACpC"}
@@ -11,3 +11,4 @@ export interface AppEvent {
11
11
  */
12
12
  data?: string;
13
13
  }
14
+ //# sourceMappingURL=AppEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppEvent.d.ts","sourceRoot":"","sources":["../../../src/types/AppEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -141,3 +141,4 @@ export interface GAMBannerAdProps extends Omit<BannerAdProps, 'size'> {
141
141
  */
142
142
  onAppEvent?: (appEvent: AppEvent) => void;
143
143
  }
144
+ //# sourceMappingURL=BannerAdProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerAdProps.d.ts","sourceRoot":"","sources":["../../../src/types/BannerAdProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAE1C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC;IACnE;;;;OAIG;IACH,KAAK,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,CAAC;IAEjC;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC3C"}
@@ -18,3 +18,4 @@ export interface GoogleMobileAdsNativeModule {
18
18
  rewardedInterstitialShow: AdShowFunction;
19
19
  }
20
20
  export {};
21
+ //# sourceMappingURL=GoogleMobileAdsNativeModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleMobileAdsNativeModule.d.ts","sourceRoot":"","sources":["../../../src/types/GoogleMobileAdsNativeModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,aAAK,cAAc,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,cAAc,KAAK,IAAI,CAAC;AACpG,aAAK,cAAc,GAAG,CACpB,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,WAAW,CAAC,EAAE,aAAa,KACxB,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,MAAM,WAAW,2BAA2B;IAC1C,UAAU,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC;IACvC,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpF,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,WAAW,EAAE,cAAc,CAAC;IAC5B,WAAW,EAAE,cAAc,CAAC;IAC5B,gBAAgB,EAAE,cAAc,CAAC;IACjC,gBAAgB,EAAE,cAAc,CAAC;IACjC,YAAY,EAAE,cAAc,CAAC;IAC7B,YAAY,EAAE,cAAc,CAAC;IAC7B,wBAAwB,EAAE,cAAc,CAAC;IACzC,wBAAwB,EAAE,cAAc,CAAC;CAC1C"}
@@ -87,3 +87,4 @@ export interface MobileAdInterface {
87
87
  */
88
88
  removeAllListeners(): void;
89
89
  }
90
+ //# sourceMappingURL=MobileAd.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MobileAd.interface.d.ts","sourceRoot":"","sources":["../../../src/types/MobileAd.interface.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;;OAIG;IACH,IAAI,IAAI,IAAI,CAAC;IAEb;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CAAC,WAAW,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,mBAAmB,CAAC,CAAC,SAAS,KAAK,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI,CAAC;IAEhF;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,kBAAkB,CAAC,CAAC,SAAS,KAAK,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAEjF;;OAEG;IACH,kBAAkB,IAAI,IAAI,CAAC;CAC5B"}
@@ -45,3 +45,4 @@ export interface MobileAdsModuleInterface {
45
45
  */
46
46
  emitter: EventEmitter;
47
47
  }
48
+ //# sourceMappingURL=MobileAdsModule.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MobileAdsModule.interface.d.ts","sourceRoot":"","sources":["../../../src/types/MobileAdsModule.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC;IAEvC;;;;;;;;;;;;;;;OAeG;IACH,uBAAuB,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEnF;;;;;;;OAOG;IACH,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjC;;OAEG;IACH,MAAM,EAAE,2BAA2B,CAAC;IAEpC;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC;CACvB"}
@@ -12,3 +12,4 @@ export interface ModuleInterface {
12
12
  _config: Config;
13
13
  _customUrlOrRegion?: string;
14
14
  }
15
+ //# sourceMappingURL=Module.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Module.interface.d.ts","sourceRoot":"","sources":["../../../src/types/Module.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,MAAM;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,GAAG,CAAC;IACT,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
@@ -34,3 +34,4 @@ export interface RequestConfiguration {
34
34
  */
35
35
  testDeviceIdentifiers?: string[];
36
36
  }
37
+ //# sourceMappingURL=RequestConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestConfiguration.d.ts","sourceRoot":"","sources":["../../../src/types/RequestConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;;;;;;OAOG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;;;;;;OAOG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC"}
@@ -96,3 +96,4 @@ export interface RequestOptions {
96
96
  */
97
97
  publisherProvidedId?: string;
98
98
  }
99
+ //# sourceMappingURL=RequestOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestOptions.d.ts","sourceRoot":"","sources":["../../../src/types/RequestOptions.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IAExC;;;;;;;;;;;;;;;;OAgBG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE1C;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,eAAe,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE5C;;;;;;;;;;;;;OAaG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,6BAA6B,CAAC,EAAE,6BAA6B,CAAC;IAE9D;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -11,3 +11,4 @@ export interface RewardedAdReward {
11
11
  */
12
12
  amount: number;
13
13
  }
14
+ //# sourceMappingURL=RewardedAdReward.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RewardedAdReward.d.ts","sourceRoot":"","sources":["../../../src/types/RewardedAdReward.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -9,3 +9,4 @@ export * from './RequestConfiguration';
9
9
  export * from './RequestOptions';
10
10
  export * from './RewardedAdReward';
11
11
  export * from './AppEvent';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAiBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { RequestConfiguration } from './types/RequestConfiguration';
2
2
  export declare function validateAdRequestConfiguration(requestConfiguration: RequestConfiguration): RequestConfiguration;
3
+ //# sourceMappingURL=validateAdRequestConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateAdRequestConfiguration.d.ts","sourceRoot":"","sources":["../../src/validateAdRequestConfiguration.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,wBAAgB,8BAA8B,CAAC,oBAAoB,EAAE,oBAAoB,wBAiDxF"}
@@ -1,2 +1,3 @@
1
1
  import { RequestOptions } from './types/RequestOptions';
2
2
  export declare function validateAdRequestOptions(options?: RequestOptions): RequestOptions;
3
+ //# sourceMappingURL=validateAdRequestOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateAdRequestOptions.d.ts","sourceRoot":"","sources":["../../src/validateAdRequestOptions.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,wBAAgB,wBAAwB,CAAC,OAAO,CAAC,EAAE,cAAc,kBA4GhE"}
@@ -1,2 +1,3 @@
1
1
  import { AdShowOptions } from './types/AdShowOptions';
2
2
  export declare function validateAdShowOptions(options?: AdShowOptions): AdShowOptions;
3
+ //# sourceMappingURL=validateAdShowOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateAdShowOptions.d.ts","sourceRoot":"","sources":["../../src/validateAdShowOptions.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,wBAAgB,qBAAqB,CAAC,OAAO,CAAC,EAAE,aAAa,iBAoB5D"}
@@ -1 +1,2 @@
1
- export declare const version = "8.1.2";
1
+ export declare const version = "8.2.1";
2
+ //# sourceMappingURL=version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-mobile-ads",
3
- "version": "8.1.2",
3
+ "version": "8.2.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
6
6
  "main": "lib/commonjs/index.js",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "sdkVersions": {
43
43
  "ios": {
44
- "googleMobileAds": "9.10.0",
44
+ "googleMobileAds": "9.12.0",
45
45
  "googleUmp": "2.0.0"
46
46
  },
47
47
  "android": {
@@ -49,7 +49,7 @@
49
49
  "targetSdk": 30,
50
50
  "compileSdk": 31,
51
51
  "buildTools": "31.0.0",
52
- "googleMobileAds": "21.2.0",
52
+ "googleMobileAds": "21.3.0",
53
53
  "googleUmp": "2.0.0"
54
54
  }
55
55
  },
@@ -110,7 +110,7 @@
110
110
  "use-deep-compare-effect": "^1.8.1"
111
111
  },
112
112
  "devDependencies": {
113
- "@babel/core": "^7.19.3",
113
+ "@babel/core": "^7.19.6",
114
114
  "@babel/preset-env": "^7.19.4",
115
115
  "@semantic-release/changelog": "^6.0.1",
116
116
  "@semantic-release/commit-analyzer": "^9.0.2",
@@ -118,31 +118,30 @@
118
118
  "@semantic-release/github": "^8.0.6",
119
119
  "@semantic-release/npm": "^9.0.1",
120
120
  "@semantic-release/release-notes-generator": "^10.0.3",
121
- "@types/jest": "^29.1.2",
122
- "@types/node": "^18.8.4",
123
- "@types/react": "^18.0.21",
124
- "@types/react-native": "^0.70.4",
125
- "@typescript-eslint/eslint-plugin": "^5.40.0",
126
- "@typescript-eslint/parser": "^5.40.0",
127
- "babel-jest": "^29.1.2",
121
+ "@types/jest": "^29.2.0",
122
+ "@types/node": "^18.11.7",
123
+ "@types/react": "^18.0.24",
124
+ "@types/react-native": "^0.70.6",
125
+ "@typescript-eslint/eslint-plugin": "^5.41.0",
126
+ "@typescript-eslint/parser": "^5.41.0",
127
+ "babel-jest": "^29.2.2",
128
128
  "clang-format": "1.8.0",
129
- "codecov": "^3.8.3",
130
129
  "conventional-changelog-cli": "^2.2.2",
131
- "eslint": "^8.25.0",
130
+ "eslint": "^8.26.0",
132
131
  "eslint-config-prettier": "^8.5.0",
133
- "eslint-plugin-jest": "^27.1.1",
132
+ "eslint-plugin-jest": "^27.1.3",
134
133
  "eslint-plugin-mocha": "^10.1.0",
135
134
  "eslint-plugin-prettier": "^4.2.1",
136
135
  "eslint-plugin-react": "^7.31.10",
137
136
  "genversion": "^3.1.1",
138
137
  "google-java-format": "^1.1.0",
139
- "inquirer": "^9.1.3",
140
- "jest": "^29.1.2",
141
- "lerna": "5.6.2",
138
+ "inquirer": "^9.1.4",
139
+ "jest": "^29.2.2",
140
+ "lerna": "6.0.1",
142
141
  "prettier": "^2.7.1",
143
142
  "react": "^18.2.0",
144
- "react-native": "0.70.2",
145
- "react-native-builder-bob": "^0.18.3",
143
+ "react-native": "0.70.4",
144
+ "react-native-builder-bob": "^0.20.0",
146
145
  "rimraf": "^3.0.2",
147
146
  "semantic-release": "^19.0.5",
148
147
  "shelljs": "^0.8.5",
@@ -99,6 +99,11 @@ export abstract class MobileAd implements MobileAdInterface {
99
99
  this._isLoadCalled = false;
100
100
  }
101
101
 
102
+ if (type === AdEventType.ERROR) {
103
+ this._loaded = false;
104
+ this._isLoadCalled = false;
105
+ }
106
+
102
107
  let payload: AdEventPayload<EventType> = data;
103
108
  if (error) {
104
109
  payload = NativeError.fromEvent(error, 'googleMobileAds');
@@ -16,7 +16,6 @@
16
16
  */
17
17
 
18
18
  import { NativeModules, Platform } from 'react-native';
19
- import { APP_NATIVE_MODULE } from '../constants';
20
19
  import { NativeError } from '../NativeError';
21
20
  import { GoogleMobileAdsNativeEventEmitter } from '../GoogleMobileAdsNativeEventEmitter';
22
21
  import { SharedEventEmitter } from '../SharedEventEmitter';
@@ -204,25 +203,3 @@ export function getNativeModule(module: ModuleInterface) {
204
203
 
205
204
  return initialiseNativeModule(module);
206
205
  }
207
-
208
- /**
209
- * Custom wrapped app module as it does not have it's own FirebaseModule based class.
210
- *
211
- * @returns {*}
212
- */
213
- export function getAppModule() {
214
- if (NATIVE_MODULE_REGISTRY[APP_NATIVE_MODULE]) {
215
- return NATIVE_MODULE_REGISTRY[APP_NATIVE_MODULE];
216
- }
217
-
218
- const namespace = 'app';
219
- const nativeModule = NativeModules[APP_NATIVE_MODULE];
220
-
221
- if (!nativeModule) {
222
- throw new Error(getMissingModuleHelpText(namespace));
223
- }
224
-
225
- NATIVE_MODULE_REGISTRY[APP_NATIVE_MODULE] = nativeModuleWrapped(namespace, nativeModule, []);
226
-
227
- return NATIVE_MODULE_REGISTRY[APP_NATIVE_MODULE];
228
- }
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '8.1.2';
2
+ export const version = '8.2.1';
@@ -1,30 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.KNOWN_NAMESPACES = exports.DEFAULT_APP_NAME = exports.APP_NATIVE_MODULE = void 0;
7
- /*
8
- * Copyright (c) 2016-present Invertase Limited & Contributors
9
- *
10
- * Licensed under the Apache License, Version 2.0 (the "License");
11
- * you may not use this library except in compliance with the License.
12
- * You may obtain a copy of the License at
13
- *
14
- * http://www.apache.org/licenses/LICENSE-2.0
15
- *
16
- * Unless required by applicable law or agreed to in writing, software
17
- * distributed under the License is distributed on an "AS IS" BASIS,
18
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- * See the License for the specific language governing permissions and
20
- * limitations under the License.
21
- *
22
- */
23
-
24
- const APP_NATIVE_MODULE = 'RNFBAppModule';
25
- exports.APP_NATIVE_MODULE = APP_NATIVE_MODULE;
26
- const DEFAULT_APP_NAME = '[DEFAULT]';
27
- exports.DEFAULT_APP_NAME = DEFAULT_APP_NAME;
28
- const KNOWN_NAMESPACES = ['appCheck', 'appDistribution', 'auth', 'analytics', 'remoteConfig', 'crashlytics', 'database', 'inAppMessaging', 'installations', 'firestore', 'functions', 'indexing', 'storage', 'dynamicLinks', 'messaging', 'naturalLanguage', 'ml', 'notifications', 'perf', 'utils'];
29
- exports.KNOWN_NAMESPACES = KNOWN_NAMESPACES;
30
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["APP_NATIVE_MODULE","DEFAULT_APP_NAME","KNOWN_NAMESPACES"],"sources":["constants.ts"],"sourcesContent":["/*\n * Copyright (c) 2016-present Invertase Limited & Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this library except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n */\n\nexport const APP_NATIVE_MODULE = 'RNFBAppModule';\n\nexport const DEFAULT_APP_NAME = '[DEFAULT]';\n\nexport const KNOWN_NAMESPACES = [\n 'appCheck',\n 'appDistribution',\n 'auth',\n 'analytics',\n 'remoteConfig',\n 'crashlytics',\n 'database',\n 'inAppMessaging',\n 'installations',\n 'firestore',\n 'functions',\n 'indexing',\n 'storage',\n 'dynamicLinks',\n 'messaging',\n 'naturalLanguage',\n 'ml',\n 'notifications',\n 'perf',\n 'utils',\n];\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,MAAMA,iBAAiB,GAAG,eAAe;AAAC;AAE1C,MAAMC,gBAAgB,GAAG,WAAW;AAAC;AAErC,MAAMC,gBAAgB,GAAG,CAC9B,UAAU,EACV,iBAAiB,EACjB,MAAM,EACN,WAAW,EACX,cAAc,EACd,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,WAAW,EACX,UAAU,EACV,SAAS,EACT,cAAc,EACd,WAAW,EACX,iBAAiB,EACjB,IAAI,EACJ,eAAe,EACf,MAAM,EACN,OAAO,CACR;AAAC"}
@@ -1,21 +0,0 @@
1
- /*
2
- * Copyright (c) 2016-present Invertase Limited & Contributors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this library except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- *
16
- */
17
-
18
- export const APP_NATIVE_MODULE = 'RNFBAppModule';
19
- export const DEFAULT_APP_NAME = '[DEFAULT]';
20
- export const KNOWN_NAMESPACES = ['appCheck', 'appDistribution', 'auth', 'analytics', 'remoteConfig', 'crashlytics', 'database', 'inAppMessaging', 'installations', 'firestore', 'functions', 'indexing', 'storage', 'dynamicLinks', 'messaging', 'naturalLanguage', 'ml', 'notifications', 'perf', 'utils'];
21
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["APP_NATIVE_MODULE","DEFAULT_APP_NAME","KNOWN_NAMESPACES"],"sources":["constants.ts"],"sourcesContent":["/*\n * Copyright (c) 2016-present Invertase Limited & Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this library except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n */\n\nexport const APP_NATIVE_MODULE = 'RNFBAppModule';\n\nexport const DEFAULT_APP_NAME = '[DEFAULT]';\n\nexport const KNOWN_NAMESPACES = [\n 'appCheck',\n 'appDistribution',\n 'auth',\n 'analytics',\n 'remoteConfig',\n 'crashlytics',\n 'database',\n 'inAppMessaging',\n 'installations',\n 'firestore',\n 'functions',\n 'indexing',\n 'storage',\n 'dynamicLinks',\n 'messaging',\n 'naturalLanguage',\n 'ml',\n 'notifications',\n 'perf',\n 'utils',\n];\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,iBAAiB,GAAG,eAAe;AAEhD,OAAO,MAAMC,gBAAgB,GAAG,WAAW;AAE3C,OAAO,MAAMC,gBAAgB,GAAG,CAC9B,UAAU,EACV,iBAAiB,EACjB,MAAM,EACN,WAAW,EACX,cAAc,EACd,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,WAAW,EACX,UAAU,EACV,SAAS,EACT,cAAc,EACd,WAAW,EACX,iBAAiB,EACjB,IAAI,EACJ,eAAe,EACf,MAAM,EACN,OAAO,CACR"}
@@ -1,3 +0,0 @@
1
- export declare const APP_NATIVE_MODULE = "RNFBAppModule";
2
- export declare const DEFAULT_APP_NAME = "[DEFAULT]";
3
- export declare const KNOWN_NAMESPACES: string[];
@@ -1,43 +0,0 @@
1
- /*
2
- * Copyright (c) 2016-present Invertase Limited & Contributors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this library except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- *
16
- */
17
-
18
- export const APP_NATIVE_MODULE = 'RNFBAppModule';
19
-
20
- export const DEFAULT_APP_NAME = '[DEFAULT]';
21
-
22
- export const KNOWN_NAMESPACES = [
23
- 'appCheck',
24
- 'appDistribution',
25
- 'auth',
26
- 'analytics',
27
- 'remoteConfig',
28
- 'crashlytics',
29
- 'database',
30
- 'inAppMessaging',
31
- 'installations',
32
- 'firestore',
33
- 'functions',
34
- 'indexing',
35
- 'storage',
36
- 'dynamicLinks',
37
- 'messaging',
38
- 'naturalLanguage',
39
- 'ml',
40
- 'notifications',
41
- 'perf',
42
- 'utils',
43
- ];