Skip to content

Releases: wix/react-native-navigation

8.5.0

18 Nov 15:05
7cb08c2

Choose a tag to compare

Enhancements

  • Switch to android15 over google emulators #8142 by d4vidi

Android

  • Apply detox's (20.46.0) native support for Android's demo mode #8149 by d4vidi

Infrastructure

  • Moved to yarn workspace and changed the layout of the project to support latest React Native features and codegen #8151 by gosha212

8.4.3

11 Nov 12:00
a63d381

Choose a tag to compare

Fixed

iOS

Android

8.4.2

03 Nov 14:11
3bde637

Choose a tag to compare

Fixed

Android

8.4.1

28 Oct 11:06
54c9eb6

Choose a tag to compare

Enhancements

iOS

Fixed

iOS

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, happening due to java2kotlin refactor:
    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