tapmind_ads_ironsource
v2.1.1
Published
A React Native package for integrating TapMind ads with IronSource. Supports both Android and iOS platforms.
Maintainers
Readme
TapMind Ads IronSource – React Native
A React Native package for integrating TapMind ads with IronSource. Supports both Android and iOS.
Installation
npm install tapmind_ads_ironsource→ See SETUP.md for a step-by-step checklist (iOS, Android, NDK 29, AdMob, LevelPlay init, and production).
iOS
- Run
pod installin theiosdirectory of your React Native project.
Android
No extra setup needed for most projects. The package links automatically.
Android NDK 29 / 16 KB page size: If you build with NDK 29 (e.g. for 16 KB page size support), choose one:
Preferred: Use React Native 0.77.2+ when building with NDK 29 — no extra steps.
If you stay on RN 0.76.x with NDK 29: Add this line in
android/app/build.gradle(e.g. after theapply pluginlines):apply from: "../../node_modules/tapmind_ads_ironsource/android/ndk29-folly-fix.gradle"Do not set
externalNativeBuild.cmake.pathelsewhere in that file; this script configures it for you.
Usage
import TapMindAdsIronSource from 'tapmind_ads_ironsource';
TapMindAdsIronSource.getPlatformVersion().then(version => {
console.log(version);
});License
ISC
