Skip to content

Commit 665952e

Browse files
committed
chore(expo): update changeset to reflect UIUserInterfaceStyle change
1 parent 3c703ef commit 665952e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/expo-native-component-theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The JSON theme supports:
2121
- `design.borderRadius` — number, applied to both platforms.
2222
- `design.fontFamily` — string, **iOS only**.
2323

24-
Theme JSON is validated at prebuild. On iOS the theme is embedded into `Info.plist` (and `UIUserInterfaceStyle` is removed when `darkColors` is present, so the system can switch modes). On Android the JSON is copied into `android/app/src/main/assets/clerk_theme.json`.
24+
Theme JSON is validated at prebuild. On iOS the theme is embedded into `Info.plist`; on Android the JSON is copied into `android/app/src/main/assets/clerk_theme.json`. The plugin does not modify your app's `userInterfaceStyle` setting — control light/dark mode via `"userInterfaceStyle"` in `app.json`.

0 commit comments

Comments
 (0)