react-navigation

Routing and navigation for your React Native apps

Downloads
32.6M
Stars
23.2K
Committers
301
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

2.0.0-alpha.1 (2023-09-13)

Features

  • add option to show tabs on the side (#11578) (cd15fda) - by @satya164
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.4 (2023-09-13)

Features

  • add option to show tabs on the side (#11578) (cd15fda) - by @satya164
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.4 (2023-09-13)

Note: Version bump only for package @react-navigation/native-stack

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.4 (2023-09-13)

Features

  • add option to show tabs on the side (#11578) (cd15fda) - by @satya164
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • prevent back handler usage on web (#11458) (486ee81) - by @EvanBacon

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

Features

  • add shifting animation to bottom-tabs and various fixes (#11581) (6d93c2d) - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • incorrect url parsing (isssue: #10924) (#11528) (fab2cc6) - by @retyui

  • prevent back handler usage on web (#11458) (486ee81) - by @EvanBacon

  • replace series function used to queue async callbacks (#11485) (d8dc693) - by @karlsander

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - [email protected]

Published by satya164 about 1 year ago

4.0.0-alpha.0 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • TabBar horizontal padding for contentContainer (#11408) (24c0392), closes #8667 - by @Freddy03h

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

Features

  • add children prop to tab bar indicator component (#11566) (fe3b560) - by @grezxune
  • add direction prop to TabView (#11322) (46735a3) - by @okwasniewski

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

2.0.0-alpha.0 (2023-09-07)

Bug Fixes

  • add default value to labelVisible in HeaderBackBox (#11308) (bd96d89) - by @gkasdorf

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • make back button ripple visible (#11386) (c43208f), closes #9794 - by @vonovak

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

Features

  • add animation prop to bottom tab (#11323) (8d2a6d8) - by @teneeto
  • add shifting animation to bottom-tabs and various fixes (#11581) (6d93c2d) - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • adjust fade animation spec for bottom tabs (ecd0e66) - by @satya164
  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui
  • bottom bar animation tied with a screen (#11572) (9ee55bc) - by @osdnk

Features

  • add animation prop to bottom tab (#11323) (8d2a6d8) - by @teneeto
  • add shifting animation to bottom-tabs and various fixes (#11581) (6d93c2d) - by @satya164
react-navigation - [email protected]

Published by satya164 about 1 year ago

4.0.0-alpha.0 (2023-09-07)

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • avoid re-rendering screen when nested navigator state changes (#11547) (2c0f604) - by @okwasniewski
  • PathConfigMap type error: Type 'T' does not satisfy the constrai… (#11238) (8e8ad0c) - by @AntonYushkevich

Features

  • allow full linking config in static config (ba53154) - by @satya164

BREAKING CHANGES

  • This breaks getFocusedRouteNameFromRoute inside components as it requires a re-render to get the new value. However, it still works in options callback which is its intended use case.
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

Features

  • add direction prop to TabView (#11322) (46735a3) - by @okwasniewski
  • add useCardAnimation (#11568) (36d19bd) - by @adamgrzybowski
react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • buggy behaviour of search bar / large title on Fabric with native stack v7 (#11501) (dcb4e4c) - by @kkafar

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.3 (2023-09-07)

Note: Version bump only for package @react-navigation/devtools

react-navigation - @react-navigation/[email protected]

Published by satya164 about 1 year ago

7.0.0-alpha.2 (2023-09-07)

Note: Version bump only for package @react-navigation/routers

react-navigation - @react-navigation/[email protected]

Published by kacperkapusciak over 1 year ago

1.4.0-alpha.1 (2023-06-22)

Note: Version bump only for package @react-navigation/elements

react-navigation - @react-navigation/[email protected]

Published by kacperkapusciak over 1 year ago

7.0.0-alpha.2 (2023-06-22)

Note: Version bump only for package @react-navigation/devtools

react-navigation - @react-navigation/[email protected]

Published by kacperkapusciak over 1 year ago

7.0.0-alpha.2 (2023-06-22)

Bug Fixes

  • fix infering params when a screen is in a group (5e9f001), closes #11325 - by @satya164

Code Refactoring

Features

  • support a top-level path configuration in linking config (1d0297e) - by @satya164

BREAKING CHANGES

  • this means we now require at least iOS 12.2 and React Native 0.69 whose minimum supported iOS version is 12.4
react-navigation - @react-navigation/[email protected]

Published by kacperkapusciak over 1 year ago

7.0.0-alpha.2 (2023-06-22)

Note: Version bump only for package @react-navigation/native-stack

Package Rankings
Top 0.28% on Npmjs.org
Top 6.73% on Proxy.golang.org
Badges
Extracted from project README
Build Status Code Coverage MIT License badge badge badge badge badge badge badge badge badge badge badge
Related Projects