Skip to main content

Release Notes

See library on NPM: teads-react-native

[6.2.0] - June 22, 2026

  • Update native iOS SDK Teads dependency to 6.1.0 (was 6.0.11)
  • Update native Android SDK Teads dependency to 6.1.0 (was 6.0.4)
  • iOS now requires Xcode 26 (Swift 6.2.3+). TeadsSDK 6.1.0 ships as a binary built with Swift 6.2.3, so apps integrating it must be built with Xcode 26 or newer — older Xcode toolchains can't link against it. Xcode 26 is also Apple's minimum for App Store submissions as of April 28, 2026.
  • Removed the react-native-inappbrowser-reborn dependency — organic clicks now open through React Native's Linking.openURL. Apps integrating the library no longer pull in this package.
  • Reduced peer dependencies: @react-navigation/native, @react-navigation/stack, react-native-gesture-handler, and react-native-safe-area-context are no longer required peer dependencies (only react and react-native remain), simplifying integration.
  • iOS: Fixed media placement ignoring the url prop
  • iOS: Fixed an Expo / use_frameworks! header resolution issue
  • Android: Fixed a Codegen ABI crash
  • Android: Fixed a crash when two Teads widgets render on the same screen

[6.1.0] - May 4, 2026

  • Upgraded React Native from 0.78.2 to 0.83.4
  • Upgraded React from 19.0.0 to 19.2.0
  • Android: Upgraded Gradle to 9.0, Android Gradle Plugin to 8.13.0, Kotlin to 2.1.20
  • Android: Bumped compileSdk and targetSdk to 36
  • Android: Added edge-to-edge support (reactNativeEdgeToEdge)
  • iOS: Removed deprecated RCT_NEW_ARCH_ENABLED env and sourceURL(for bridge:) (New Architecture is now the default)
  • Bumped react-native-screens to ^4.24.0 for RN 0.83 compatibility
  • Bumped @react-native-community/cli to 16.0.0
  • Update native iOS SDK Teads dependency to 6.0.11 (was 6.0.5)
  • Update native Android SDK Teads dependency to 6.0.4 (was 6.0.2)

[6.0.11] - February 3, 2026

  • First official release of the new teads-react-native library.
  • Built on top of native Teads: iOS SDK 6.0.5 and Android SDK 6.0.2
  • Also built on React Native version 0.78.2
  • Uses Fabric + Codegen for rendering Teads feed and video, via TeadsAdPlacementFeed and TeadsAdPlacementMedia