Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# React Native Module 26.0.0 Changelog

## Version 26.3.0 - March 17, 2026

Minor release that updates the Android SDK to 20.5.0 and the iOS SDK to 20.5.0.

### Changes
- Updated Android SDK to [20.5.0](https://github.com/urbanairship/android-library/releases/tag/20.5.0)
- Updated iOS SDK to [20.5.0](https://github.com/urbanairship/ios-library/releases/tag/20.5.0)


## Version 26.2.0 - February 2, 2026

Minor release that updates the native SDKs, improves logging, and resolves UI event name conflicts.
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Airship_minSdkVersion=23
Airship_targetSdkVersion=36
Airship_compileSdkVersion=36
Airship_ndkversion=26.1.10909125
Airship_airshipProxyVersion=15.4.0
Airship_airshipProxyVersion=15.6.0
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class AirshipReactNative: NSObject, Sendable {
AirshipProxy.shared
}

public static let version: String = "26.2.0"
public static let version: String = "26.3.0"

private let eventNotifier = EventNotifier()

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/react-native-airship",
"version": "26.2.0",
"version": "26.3.0",
"description": "Airship plugin for React Native apps.",
"source": "./src/index.tsx",
"main": "./lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion react-native-airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |s|

install_modules_dependencies(s)

s.dependency "AirshipFrameworkProxy", "15.4.0"
s.dependency "AirshipFrameworkProxy", "15.6.0"
end
Loading