We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c412ffa commit 87e2479Copy full SHA for 87e2479
packages/react-native/React/CoreModules/RCTAppearance.mm
@@ -189,7 +189,7 @@ - (dispatch_queue_t)methodQueue
189
UITraitCollection *traitCollection = [RCTTraitCollectionProxy sharedInstance].currentTraitCollection;
190
_currentColorScheme = RCTColorSchemePreference(traitCollection);
191
#else // [macOS
192
- NSAppearance *appearance = [RCTAppearanceProxy sharedInstance].currentAppearance;
+ NSAppearance *appearance = [RCTAppearanceProxy sharedInstance].currentAppearance;
193
_currentColorScheme = RCTColorSchemePreference(appearance);
194
#endif // macOS]
195
}
0 commit comments