Skip to content

Releases: grahammendick/navigation

NavigationReactNative v5.6.1

22 Aug 19:14
Compare
Choose a tag to compare

Fix

  • #289 Ran shared element transition after orientation change on Android
  • #290 Started closed app from deep link on Android
  • #292 Defaulted shared element transition if invalid prop supplied on Android

NavigationReactNative v5.6.0

18 Aug 21:22
Compare
Choose a tag to compare

New

Fixed

  • #285 Reset Navigation Bar title color when back pressed on iOS. Thanks @mpiannucci

NavigationReactMobile v3.1.1

18 Aug 21:00
Compare
Choose a tag to compare

Fix

  • #286 Prevented repeat navigation from restarting the animation

NavigationReactNative v5.5.0

16 Aug 20:03
Compare
Choose a tag to compare

New

  • #263 Added color props to Navigation Bar and Tab Bar Components on iOS. Thanks @mpiannucci

Fixed

  • #277 Allowed the first child of a scene to be replaced. Thanks @arunmenon1975 and @SatyaFariz
  • #279 Added BackHandler listeners earlier on Android so that userland listeners fire first

NavigationReactNative v5.4.1

04 Aug 18:40
Compare
Choose a tag to compare

Fix

  • #275 Ensured onAfterUpdateTransaction of NavigationStackView called every navigation

NavigationReactMobile v3.1.0

28 Jul 12:37
Compare
Choose a tag to compare

New

  • #271 Animated replacing a screen

NavigationReactNative v5.4.0

24 Jul 17:32
Compare
Choose a tag to compare

New

  • #269 Animated replacing a screen

NavigationReactNative v5.3.1

17 Jul 08:05
Compare
Choose a tag to compare

Fix

  • #262 Prevented navigation events from bubbling out of Modal component. Thanks @mpiannucci
  • #264 Ensured openDrawer of DrawerLayoutAndroid works on all screens. Thanks @arunmenon1975

NavigationReactNative v5.3.0

06 Jul 20:30
Compare
Choose a tag to compare

New

  • #259 Supported React Native v0.60

Navigation v5.2.0

02 Jul 10:08
Compare
Choose a tag to compare

New

  • #257 Allowed the current StateContext to be passed in to navigateLink