{"id":22321354,"url":"https://github.com/khalisafkari/react-native-smaato-ad","last_synced_at":"2025-07-29T13:32:42.233Z","repository":{"id":57152396,"uuid":"227898427","full_name":"khalisafkari/react-native-smaato-ad","owner":"khalisafkari","description":"Smaato Ads for React Native","archived":false,"fork":false,"pushed_at":"2020-10-29T09:16:25.000Z","size":354,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T14:43:15.330Z","etag":null,"topics":["monetization","react-native","react-native-admob","react-native-ads","smaato"],"latest_commit_sha":null,"homepage":"https://developers.smaato.com/publishers/nextgen-sdk-android-integration/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khalisafkari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-13T18:21:51.000Z","updated_at":"2022-10-13T03:06:45.000Z","dependencies_parsed_at":"2022-08-27T15:24:12.540Z","dependency_job_id":null,"html_url":"https://github.com/khalisafkari/react-native-smaato-ad","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/khalisafkari/react-native-smaato-ad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalisafkari%2Freact-native-smaato-ad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalisafkari%2Freact-native-smaato-ad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalisafkari%2Freact-native-smaato-ad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalisafkari%2Freact-native-smaato-ad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khalisafkari","download_url":"https://codeload.github.com/khalisafkari/react-native-smaato-ad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalisafkari%2Freact-native-smaato-ad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267694878,"owners_count":24129149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monetization","react-native","react-native-admob","react-native-ads","smaato"],"created_at":"2024-12-04T00:17:46.137Z","updated_at":"2025-07-29T13:32:41.894Z","avatar_url":"https://github.com/khalisafkari.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-smaato-ad\n\n\n[![Facebook Ads](https://www.smaato.com/wp-content/uploads/2019/11/featured-image-rewarded-video.png)](https://smaato.com)\n\nMonetize Your App With the **Smaato** Publisher Platform\n                          Maximize your mobile advertising fill rates and eCPMs.\n\n[![npm version](https://badge.fury.io/js/react-native-smaato-ad.svg)](https://badge.fury.io/js/react-native-smaato-ad)\n\n\n## Platforms Supported\n\n- [x] Android\n\n_Note: Why isn't the iOS version available? because i don't have mac os_\n\n## Getting Started\n\nHere's how to get started quickly with the  React Native Smaato Next Ads.\n\n#### 1. Add react-native-smaato-ad to your dependencies\n\n```\n$ yarn add react-native-smaato-ad\n```\n (or)\n\n For npm use\n```\n$ npm install --save react-native-smaato-ad\n```\n\n#### 2. Link native dependencies\n\nFrom react-native 0.60 autolinking will take care of the link.\n\nReact Native modules that include nativeJava, or Kotlin code have to be \"linked\" so that the compiler knows to include them in the app.\n\n```\n$ react-native link react-native-smaato-ad\n```\n\nAndroid -\nPlease make sure AndroidX is enabled in your project by editting `android/gradle.properties` and adding 2 lines:\n\n\n```\nandroid.useAndroidX=true\nandroid.enableJetifier=true\n```\n\n```\n   # /android/app/build.gradle\n\n    implementation 'com.smaato.android.sdk:smaato-sdk:21.5.2'\n    implementation 'com.smaato.android.sdk:smaato-sdk-banner:21.5.2'\n    implementation 'com.smaato.android.sdk:smaato-sdk-interstitial:21.5.2'\n    implementation 'com.smaato.android.sdk:smaato-sdk-rewarded-ads:21.5.2'\n\n```\n\n```\n # /android/build.gradle\n\n    allprojects {\n        repositories {\n            ...\n            maven {\n                url \"https://s3.amazonaws.com/smaato-sdk-releases/\"\n            }\n            ...\n        }\n    }\n\n```\n\n\n```javascript\n    // index.js\n    import SmaatoAd from 'react-native-smaato-ad'\n    SmaatoAd.init('\u003cYOUR ID PUBLISHER\u003e')\n```\n\n\n\n\n#### 3. api docs\n- [x] [Guide Full](docs/Getting-Started.md)\n- [x] [SmaatoAd](docs/Smaato.md)\n- [x] [IntertitialAd](docs/intertitials.md)\n- [x] [BannerAd](docs/BannerAd.md)\n- [x] [RewardAd](docs/Reward.md)\n- [ ] [NativeAd](#)\n\n\n#### [Common issues](https://github.com/khalisafkari/react-native-smaato-ad/issues)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalisafkari%2Freact-native-smaato-ad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalisafkari%2Freact-native-smaato-ad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalisafkari%2Freact-native-smaato-ad/lists"}