Skip to content

Commit

Permalink
chore: bump react-navigation to current main (#2493)
Browse files Browse the repository at this point in the history
## Description

Bumping `react-navigation` to current main with changes for screen
transition & `contentStyle`.

## Changes

:point_up:

## Test code and steps to reproduce

N/A

## Checklist

- [ ] Ensured that CI passes
  • Loading branch information
kkafar authored Nov 12, 2024
1 parent b38c590 commit fa51b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-navigation
Submodule react-navigation updated 55 files
+2 −2 .github/ISSUE_TEMPLATE/bug-report.yml
+8 −1 README.md
+1 −1 example/package.json
+7 −13 example/src/Screens/TabView/AutoWidthTabBar.tsx
+3 −1 example/src/Screens/TabView/Coverflow.tsx
+12 −16 example/src/Screens/TabView/CustomIndicator.tsx
+5 −10 example/src/Screens/TabView/CustomTabBar.tsx
+7 −13 example/src/Screens/TabView/ScrollableTabBar.tsx
+8 −16 example/src/Screens/TabView/TabBarIcon.tsx
+0 −2 lerna.json
+30 −0 packages/bottom-tabs/CHANGELOG.md
+3 −3 packages/bottom-tabs/package.json
+2 −2 packages/bottom-tabs/src/navigators/createBottomTabNavigator.tsx
+5 −4 packages/bottom-tabs/src/types.tsx
+2 −2 packages/bottom-tabs/src/views/BottomTabView.tsx
+4 −0 packages/core/CHANGELOG.md
+2 −2 packages/core/package.json
+10 −0 packages/devtools/CHANGELOG.md
+1 −1 packages/devtools/package.json
+19 −5 packages/devtools/src/useLogger.tsx
+28 −0 packages/drawer/CHANGELOG.md
+3 −3 packages/drawer/package.json
+1 −1 packages/drawer/src/types.tsx
+2 −2 packages/drawer/src/views/DrawerView.tsx
+4 −0 packages/elements/CHANGELOG.md
+1 −1 packages/elements/package.json
+28 −0 packages/material-top-tabs/CHANGELOG.md
+3 −3 packages/material-top-tabs/package.json
+5 −0 packages/material-top-tabs/src/types.tsx
+51 −29 packages/material-top-tabs/src/views/MaterialTopTabBar.tsx
+26 −8 packages/material-top-tabs/src/views/MaterialTopTabView.tsx
+10 −0 packages/native-stack/CHANGELOG.md
+3 −3 packages/native-stack/package.json
+2 −9 packages/native-stack/src/types.tsx
+0 −43 packages/native-stack/src/views/DebugContainer.native.tsx
+0 −14 packages/native-stack/src/views/DebugContainer.tsx
+10 −15 packages/native-stack/src/views/NativeStackView.native.tsx
+0 −121 packages/native-stack/src/views/ScreenStackContent.tsx
+4 −0 packages/native/CHANGELOG.md
+1 −1 packages/native/package.json
+10 −0 packages/react-native-drawer-layout/CHANGELOG.md
+1 −1 packages/react-native-drawer-layout/package.json
+4 −0 packages/react-native-drawer-layout/src/views/Drawer.native.tsx
+28 −0 packages/react-native-tab-view/CHANGELOG.md
+1 −1 packages/react-native-tab-view/package.json
+1 −10 packages/react-native-tab-view/src/TabBar.tsx
+1 −3 packages/react-native-tab-view/src/TabBarItem.tsx
+3 −3 packages/react-native-tab-view/src/TabBarItemLabel.tsx
+24 −4 packages/react-native-tab-view/src/TabView.tsx
+5 −3 packages/react-native-tab-view/src/types.tsx
+4 −0 packages/routers/CHANGELOG.md
+1 −1 packages/routers/package.json
+10 −0 packages/stack/CHANGELOG.md
+3 −3 packages/stack/package.json
+61 −704 yarn.lock

0 comments on commit fa51b58

Please sign in to comment.