@ua/react-native-airship 26.2.0 → 26.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -112,13 +112,13 @@ For a more detailed setup guide, please see the full [Getting Started Documentat
112
112
 
113
113
  | Airship RN Version | Airship SDK Version | Supported RN Versions | Support Status |
114
114
  | :----------------- | :------------------ | :-------------------- | :------------------------------------ |
115
- | **26.x** | 20.x | 0.82.x – 0.83.x | **Active** |
115
+ | **26.x** | 20.x | 0.82.x – 0.84.x | **Active** |
116
116
  | **25.x** | 19.x | 0.81.x – 0.82.x | **Maintenance** (Until Jun 8, 2026) |
117
- | **24.x** | 19.x | 0.79.x – 0.80.x | **Maintenance** (Until Feb 21, 2026) |
117
+ | **24.x** | 19.x | 0.79.x – 0.80.x | **Unsupported** |
118
118
  | **23.x** | 19.x | 0.78.x | **Unsupported** |
119
119
  | **21.x** | 19.x | 0.70.x – 0.77.x | **Unsupported** |
120
120
 
121
- *Table last updated: December 8, 2025*
121
+ *Table last updated: March 16, 2026*
122
122
 
123
123
  ### Support Policy Definitions
124
124
 
@@ -160,4 +160,4 @@ Unsupported versions are releases that have passed their Maintenance window. No
160
160
  - **[API Reference](https://docs.airship.com/reference/libraries/react-native/latest/)** - Detailed TypeScript API documentation
161
161
  - **[GitHub Issues](https://github.com/urbanairship/react-native-airship/issues)** - Report bugs and request features
162
162
  - **[Changelog](CHANGELOG.md)** - Release notes and version history
163
- - **[Migration Guide](MIGRATION.md)** - Upgrade guides between major versions
163
+ - **[Migration Guide](MIGRATION.md)** - Upgrade guides between major versions
@@ -3,4 +3,4 @@ Airship_minSdkVersion=23
3
3
  Airship_targetSdkVersion=36
4
4
  Airship_compileSdkVersion=36
5
5
  Airship_ndkversion=26.1.10909125
6
- Airship_airshipProxyVersion=15.4.0
6
+ Airship_airshipProxyVersion=15.7.0
@@ -36,7 +36,7 @@ public final class AirshipReactNative: NSObject, Sendable {
36
36
  AirshipProxy.shared
37
37
  }
38
38
 
39
- public static let version: String = "26.2.0"
39
+ public static let version: String = "26.4.0"
40
40
 
41
41
  private let eventNotifier = EventNotifier()
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ua/react-native-airship",
3
- "version": "26.2.0",
3
+ "version": "26.4.0",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -47,13 +47,13 @@
47
47
  "android",
48
48
  "airship"
49
49
  ],
50
- "repository": "https://github.com/urbanairship/react-native-module",
50
+ "repository": "https://github.com/urbanairship/react-native-airship",
51
51
  "author": "Airship <support@airship.com> (https://docs.airship.com/)",
52
52
  "license": "Apache-2.0",
53
53
  "bugs": {
54
- "url": "https://github.com/urbanairship/react-native-module/issues"
54
+ "url": "https://github.com/urbanairship/react-native-airship/issues"
55
55
  },
56
- "homepage": "https://github.com/urbanairship/react-native-module#readme",
56
+ "homepage": "https://github.com/urbanairship/react-native-airship#readme",
57
57
  "publishConfig": {
58
58
  "access": "public",
59
59
  "registry": "https://registry.npmjs.org/"
@@ -63,8 +63,8 @@
63
63
  "@eslint/eslintrc": "^3.3.1",
64
64
  "@eslint/js": "^9.35.0",
65
65
  "@react-native-community/cli": "20.0.2",
66
- "@react-native/babel-preset": "0.83.0",
67
- "@react-native/eslint-config": "0.83.0",
66
+ "@react-native/babel-preset": "0.84.0",
67
+ "@react-native/eslint-config": "0.84.0",
68
68
  "@types/react": "^19.2.0",
69
69
  "commitlint": "^19.6.1",
70
70
  "del-cli": "^6.0.0",
@@ -73,8 +73,8 @@
73
73
  "eslint-plugin-prettier": "^5.2.3",
74
74
  "jest": "^29.7.0",
75
75
  "prettier": "^3.0.3",
76
- "react": "19.2.0",
77
- "react-native": "0.83.0",
76
+ "react": "19.2.3",
77
+ "react-native": "0.84.0",
78
78
  "react-native-builder-bob": "^0.40.16",
79
79
  "typedoc": "^0.28.15",
80
80
  "turbo": "^2.5.6",
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
20
20
 
21
21
  install_modules_dependencies(s)
22
22
 
23
- s.dependency "AirshipFrameworkProxy", "15.4.0"
23
+ s.dependency "AirshipFrameworkProxy", "15.7.0"
24
24
  end