Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
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) ...
8.3.0
8.2.2
7.51.0
7.50.0
8.2.1
8.2.0
Android
Introducing options for super-rich bottom-tabs styling! - #8071 by d4vidi (this is the same as v7.49.0)
- Enables the
translucent
option for a blurred background (previously iOS-only) - Margin and content-wrap layout for a float-feel effect
Read more about it here: https://wix.github.io/react-native-navigation/docs/bottomTabs/#styling-the-tabs
Example:

(source):
bottomTabs: {
drawBehind: true,
translucent: true,
blurRadius: 2.2,
layoutStyle: 'compact',
bottomMargin: 20,
cornerRadius: 20,
elevation: 3,
backgroundColor: 'rgba(255,239,114,0.7)',
},