You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# React Native Module 25.0.0 Changelog
2
2
3
+
## Version 25.4.2 - April 10, 2026
4
+
5
+
Patch release that fixes a `UIViewControllerHierarchyInconsistency` crash in the Airship embedded view wrapper on iOS when an embedded view is pushed and popped on a navigation stack.
6
+
7
+
### Changes
8
+
- Fixed iOS embedded view wrapper to properly remove its hosted `UIHostingController` as a child view controller when its window is detached, avoiding a `UIViewControllerHierarchyInconsistency` crash on re-attachment.
9
+
3
10
## Version 25.4.1 - March 26, 2026
4
11
5
12
Patch release that fixes an Xcode 26.4 Swift compiler crash affecting iOS builds.
0 commit comments