Skip to content

Releases: wix/react-native-navigation

8.3.1

01 Sep 08:23
b0a5dcb
Compare
Choose a tag to compare

Fixed

Android

  • Fix crash related to status-bar, happening due to java2kotlin refactor (#8095) - #8099 by d4vidi

  • Fix crash coming from the top-bar color animation feature (#8098) - #8103 by d4vidi

7.51.2

25 Aug 11:59
08f2cfb
Compare
Choose a tag to compare

Fixed

  • Fix crash coming from the recently introduced top-bar color animation #8098 by d4vidi

7.51.1

24 Aug 14:57
1411500
Compare
Choose a tag to compare

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)

8.3.0

17 Aug 18:29
7133f32
Compare
Choose a tag to compare

Fixed

Android

  • Issue blocking the UI from being able to readjust to an appearing on-screen keyboard (i.e. upon inset computation), #8090 by d4vidi
    This is the same as the 7.51.0 release

8.2.2

14 Aug 14:25
2b8b022
Compare
Choose a tag to compare

Fix Property setImmediate doesn't exist issue #8089 by markdevocht

7.51.0

14 Aug 12:41
6a723f7
Compare
Choose a tag to compare

Fixed

Android

  • Issue blocking the UI from being able to readjust to an appearing on-screen keyboard (i.e. upon inset computation), #8087 by d4vidi

7.50.0

30 Jul 08:09
18db32e
Compare
Choose a tag to compare

Fixed

Android

8.2.1

27 Jul 18:16
Compare
Choose a tag to compare

No changelog for this release.

8.2.0

27 Jul 14:35
6ac2fb7
Compare
Choose a tag to compare

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:

image

(source):

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

8.1.2

27 Jul 11:00
d571fdc
Compare
Choose a tag to compare

Fixed

iOS