Releases: AdversportTeam/react-native-aps
Releases · AdversportTeam/react-native-aps
Release 2.2.1
Release 2.2.1 (2026-03-30)
Bug Fixes
- Fix adLoader consistency: ensure adLoader updates are consistent across platforms (ef5e539)
- Enhance error handling: improve error handling in ad loading across iOS and Android (75461ee)
Improvements
- AdError refactor: clean up AdError class code for improved readability (2444a9c)
- Android GDPR: add iabtcf-decoder dependency to Android build.gradle for GDPR consent parsing (c6a671e, 6c8c2f0)
Chores
- Update GitHub workflows to use Node.js 22 and enable Corepack
- Update TypeScript version and configurations
- Update react-native-google-mobile-ads example dependency to 15.8.3
Release 2.2.0 - SDK Migration & New Architecture Support
What's Changed
SDK Updates
- iOS: Pin
AmazonPublisherServicesSDKto5.3.1(previously unpinned~> 5.2) - Android: Upgrade
aps-sdkfrom9.4.2to11.1.1
New Architecture & Build Targets
- Migrate to React Native 0.77 new architecture support
- iOS: Use
install_modules_dependencies, bump minimum to iOS 13.0 - Android:
compileSdkVersion35,minSdkVersion24,targetSdkVersion34,buildConfigenabled
Improvements
- Enhanced error handling and event logging for Banner, Interstitial, and APSAds components
- Example app migrated from Java to Kotlin (MainActivity/MainApplication)
- Removed legacy Flipper and JNI boilerplate
Breaking Changes
- Minimum iOS version raised from 10.0 to 13.0
- Minimum Android SDK raised from 21 to 24
- Android APS SDK major version bump (9.x → 11.x) may require adapter updates
Full Changelog: v2.0.7...v2.2.0
Release 2.0.7
Release 2.0.6
Release 2.0.5
Release 2.0.1
Release 2.0.0
2.0.0 (2022-05-31)
Release 1.0.2
Release 1.0.0
1.0.0 (2022-04-19)
Initial version release🎉