Skip to content

Releases: wix/react-native-navigation

8.4.0

19 Oct 20:35
52a36fa

Choose a tag to compare

Enhancements

8.3.2

16 Sep 08:42
b0cb3fb

Choose a tag to compare

Fixed

Android

  • Fixed: App crash when in dev mode without a metro bundler running #8104 by gosha212

8.3.1

01 Sep 08:23
b0a5dcb

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

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

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

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

Choose a tag to compare

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

7.51.0

14 Aug 12:41
6a723f7

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

Choose a tag to compare

Fixed

Android

8.2.1

27 Jul 18:16

Choose a tag to compare

No changelog for this release.