R

React Navigation

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/bottom-tabs@8.0.0-alpha.51

8.0.0-alpha.51 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } = useNavigationBuilder(Router, props); -return ( - <NavigationContent> - <NavigatorView /> -…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/core@8.0.0-alpha.35

8.0.0-alpha.35 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 Bug Fixes allow removal prevention when navigation was suspended (#13244) (75ac425) - by @satya164 avoid stale options events & notify when nested navigators are removed (#13245) (be48fea) - by @satya164 deduplicate scheduled navigation up…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/drawer@8.0.0-alpha.52

8.0.0-alpha.52 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } = useNavigationBuilder(Router, props); -return ( - <NavigationContent> - <NavigatorView /> -…

R
React Navigation Mobile v3.0.0-alpha

@react-navigation/elements@3.0.0-alpha.49

3.0.0-alpha.49 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } = useNavigationBuilder(Router, props); -return ( - <NavigationContent> - <NavigatorView /> -…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/material-top-tabs@8.0.0-alpha.50

8.0.0-alpha.50 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } = useNavigationBuilder(Router, props); -return ( - <NavigationContent> - <NavigatorView /> -…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/native@8.0.0-alpha.45

8.0.0-alpha.45 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 Bug Fixes use reactApplicationContext.currentActivity in MaterialSymbolModule (#13235) (b0352b5) - by @eduardoborges BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, p…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/native-stack@8.0.0-alpha.53

8.0.0-alpha.53 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } = useNavigationBuilder(Router, props); -return ( - <NavigationContent> - <NavigatorView /> -…

R
React Navigation Mobile v8.0.0-alpha

@react-navigation/stack@8.0.0-alpha.54

8.0.0-alpha.54 (2026-09-14) refactor!: use a render callback instead of NavigationContent for custom navigators (#13238) (c9c119e), closes #13238 - by @satya164 Bug Fixes avoid deprecated shadow style on web in stack (#13246) (d0b41e7) - by @satya164 BREAKING CHANGES this changes the API for custom navigators: -const { NavigationContent } = useNavigationBuilder(Router, props); +const { render } =…