Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
8.4.1
Enhancements
iOS
- Added: iOS 18 support #8132 by markdevocht
Fixed
iOS
- Fixed: Black screen after Splash screen #8134 by markdevocht
8.4.0
8.3.2
8.3.1
7.51.2
7.51.1
Fixed
Android
- Fix app crash rooted in status-bar changes:
(#8095 by d4vidi)
java.lang.RuntimeException: Tried to create view after it has already been destroyed at com.reactnativenavigation.viewcontrollers.viewcontroller.ViewController.getView(ViewController.java:238) at com.reactnativenavigation.viewcontrollers.child.ChildController.getView(ChildController.java:37) at com.reactnativenavigation.viewcontrollers.statusbar.StatusBarPresenter.setStatusBarVisible(StatusBarPresenter.kt:123) at com.reactnativenavigation.viewcontrollers.statusbar.StatusBarPresenter.applyOptions(StatusBarPresenter.kt:41) at com.reactnativenavigation.viewcontrollers.viewcontroller.Presenter.applyStatusBarOptions(Presenter.java:108) at com.reactnativenavigation.viewcontrollers.viewcontroller.Presenter.onViewBroughtToFront(Presenter.java:64) at com.reactnativenavigation.viewcontrollers.child.ChildController.onViewBroughtToFront(ChildController.java:63) at com.reactnativenavigation.viewcontrollers.child.ChildControllersRegistry.onViewDisappear(ChildControllersRegistry.java:17) ...