@upeex/ads-sdk 1.1.11 → 1.1.12

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,9 +16,12 @@ function App() {
16
16
  ### Funções
17
17
 
18
18
  ```js
19
- import { loadAd, countView } from '@upeex/ads-sdk';
19
+ import AdBanner from '@upeex/ads-sdk';
20
20
 
21
21
  // Carregar anúncio
22
- const ad = await loadAd('CLIENTE', 'SLOT');
22
+ <AdBanner
23
+ client="SEU_CLIENTE"
24
+ slot="SEU_SLOT"
25
+ />
23
26
 
24
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upeex/ads-sdk",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Upeex Ads SDK for React Native and universal apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",