Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.51.1 source code.tar.gz | 2025-08-24 | 29.2 MB | |
7.51.1 source code.zip | 2025-08-24 | 30.4 MB | |
README.md | 2025-08-24 | 1.2 kB | |
Totals: 3 Items | 59.5 MB | 0 |
Fixed
Android
- Fix app crash rooted in status-bar changes:
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) ...
(#8095 by d4vidi)