You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Delete src/deprecated.ts and all MD3*/DefaultTheme/useAppTheme re-exports
- Remove createMaterialBottomTabNavigator and entire src/react-navigation/ directory
- Remove theme.mode field from Theme type and DarkTheme definition
- Remove ThemeBase type
- Remove deprecated component props: FAB.small, Button.color, BottomNavigation BaseRoute.color
- Remove Card adaptive dark mode logic (tonal surfaces handle dark theme in MD3)
- Update example app and docs to use canonical names (Palette, LightTheme, DarkTheme)
- Rename internal useAppTheme to _useTheme to avoid confusion with removed public symbol
0 commit comments