Skip to content

2.5.0

Choose a tag to compare

@cio-semantic-release cio-semantic-release released this 29 Jul 14:57
· 85 commits to main since this release

2.5.0 (2025-07-29)

Utilizing React Native New Architecture

  • This release fully adopts React Native's new architecture using Fabric and TurboModules while maintaining compatibility with old architecture. No changes to public API, apps will automatically use appropriate setup based on their configuration. (#278) (96e4069)

Fixes and Tooling update

  • Support for FCM 12.x is added which requires a minimum iOS deployment target of 15. If you're using FCM module, ensure your deployment target and tooling are up to date. Or lock Firebase to 11.x to avoid compatibility issues
  • Fixes a crash when build attributes from device are nullable