Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-5.x/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import { DefaultTheme, DarkTheme } from '@react-navigation/native';

## Using the operating system preferences

At the time of writing, `react-native` does not currently support detecting the operating system color scheme preferences in the core ([you can follow this pull request](https://github.com/facebook/react-native/pull/26172)). Until it is part of core and you have updated to the version that includes it, you can use `react-native-appearance`.
appearance is a part of react native and can see more details here https://reactnative.dev/docs/appearance.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should explain a little bit more about using the system preferences ( Appearance module ) before we reference this to a link


You will need iOS 13 to actually be able to toggle dark mode through system settings.

Expand Down