Skip to content

Commit f39da66

Browse files
authored
fix: ripple not showing (#4897)
* docs: remove md2 references from docs * fix: pre-commit hook lint issues * fix: ripple not showing
1 parent 430000e commit f39da66

7 files changed

Lines changed: 11 additions & 643 deletions

File tree

docs/docs/guides/02-theming.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,6 @@ export default function HomeScreen() {
473473

474474
React Native Paper ships with Material Design 3 (Material You) only. Customize the default experience by extending `MD3LightTheme` or `MD3DarkTheme` (see [Extending the theme](#extending-the-theme) and [Advanced theme overrides](#advanced-theme-overrides)).
475475

476-
### Migrating from Material Design 2
477-
478-
If you are upgrading from Material Design 2 (4.x and lower), follow the [Migration Guide](https://callstack.github.io/react-native-paper/docs/guides/migration-guide-to-5.0).
479-
480476
## Applying a theme to a paper component
481477

482478
If you want to change the theme for a certain component from the library, you can directly pass the `theme` prop to the component. The theme passed as the prop is merged with the theme from the `PaperProvider`:

0 commit comments

Comments
 (0)