Skip to content

Commit 074cad4

Browse files
committed
Document fallback material theme
1 parent 92b8a00 commit 074cad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-8.x/themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ React Navigation provides basic light and dark themes on all platforms and dynam
226226

227227
</div>
228228

229-
The Material themes use platform colors to provide dynamic colors that adapt to the user's wallpaper and theme preferences, and are available on Android 14 (API level 34) and above.
229+
The Material themes use platform colors to provide dynamic colors that adapt to the user's wallpaper and theme preferences, and are available on Android 14 (API level 34) and above. On unsupported platforms or versions, they fallback to a non-dynamic theme based on Material Design colors.
230230

231-
You can use the [`Platform`](https://reactnative.dev/docs/platform) API to fallback to a different theme on unsupported platforms or versions:
231+
If you'd like to use a different fallback theme, you can use the [`Platform`](https://reactnative.dev/docs/platform) API:
232232

233233
```js
234234
const MyTheme =

0 commit comments

Comments
 (0)