Skip to content

refactor: deprecations clean up #4740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 21, 2025
Merged

Conversation

lukewalczak
Copy link
Member

Changes

This PR updates the documentation to reflect the removal of Material Design 2 (MD2) support and standardizes theme naming conventions across the codebase. The changes focus on simplifying the theming system and providing clearer guidance for users.

  1. Theme Naming Standardization
  • Replaced MD3LightTheme and MD3DarkTheme with LightTheme and DarkTheme respectively
  • Updated all code examples to use the new theme naming convention
  • Removed references to MD2/MD3 versioning in theme configuration
  1. Documentation Cleanup
  • Removed the entire "Material Design 2" section from the theming guide
  • Removed MD2-specific code examples and configuration options
  • Updated theme property documentation to remove version-related properties
  • Simplified theme configuration examples to focus on the current theming system
  1. React Navigation Integration
  • Removed React Navigation directory and package along with integration examples and related code
  1. @deprecated and @reanamed annotations
  • Removed deprecated annotations and renamed component annotations

@lukewalczak lukewalczak added the v6 label May 15, 2025
Copy link

The mobile version of example app from this branch is ready! You can see it here.

@lukewalczak lukewalczak force-pushed the refactor/deprecated-and-renamed branch from 66fae3b to f846f2e Compare May 20, 2025 13:50
@callstack-bot
Copy link

Hey @lukewalczak, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

@lukewalczak lukewalczak merged commit af39102 into next May 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants