Skip to content

Commit c037c17

Browse files
authored
docs: add link to Theme documentation (#4485)
Provide context to the phrase "in the theme".
1 parent 71403f2 commit c037c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/guides/10-migration-guide-to-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npx pod-install
3636

3737
### Versioning
3838

39-
Introducing Material You <i>(MD3)</i> into `react-native-paper` doesn't mean dropping previous Material Design <i>(MD2)</i>! On the contrary, both of them will be supported, however, not simultaneously. To specify which design system components should follow in the app, there is a newly created property in the theme called `version` which can accept only one of two values:
39+
Introducing Material You <i>(MD3)</i> into `react-native-paper` doesn't mean dropping previous Material Design <i>(MD2)</i>! On the contrary, both of them will be supported, however, not simultaneously. To specify which design system components should follow in the app, there is a newly created property in [the theme](https://callstack.github.io/react-native-paper/docs/guides/theming#theme-properties) named `version` that accepts one of two values:
4040

4141
* <b>3</b> – <b>(default)</b> new Material You <i>(MD3)</i>,
4242
* <b>2</b> - previous Material Design <i>(MD2)</i>.

0 commit comments

Comments
 (0)