Skip to content

Commit e1d6d7e

Browse files
committed
Add note about iOS 13 requirement
1 parent 9406931 commit e1d6d7e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/themes.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This will take care of styling the stack navigator, bottom tab navigator, and dr
2525

2626
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`.
2727

28+
You will need iOS 13 (currently in beta) to actually be able to toggle dark mode through system settings.
29+
2830
> Note: if you use the Expo managed workflow, this requires SDK 35+
2931
3032
First, you need to install `react-native-appearance`. [Follow the instructions in the README](https://github.com/expo/react-native-appearance).

website/versioned_docs/version-3.x/themes.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This will take care of styling the stack navigator, bottom tab navigator, and dr
2626

2727
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`.
2828

29+
You will need iOS 13 (currently in beta) to actually be able to toggle dark mode through system settings.
30+
2931
> Note: if you use the Expo managed workflow, this requires SDK 35+
3032
3133
First, you need to install `react-native-appearance`. [Follow the instructions in the README](https://github.com/expo/react-native-appearance).

0 commit comments

Comments
 (0)