-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Fix Theme Overall design in New Arch, check for reference:

This is the flow currently. The bug is in the useTheme which is set as default but should be as per the themecontext

ans useTheme is used in 70+ code files already:

Also some places PlatformColor is used https://github.com/search?q=repo%3Amicrosoft%2Freact-native-gallery+platformcolor&type=code
All code in theme should follow PlatformColor not hardcoded strings in js
especially in these files:
https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/LightTheme.tsx
https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/DarkTheme.tsx
https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/HighContrastTheme.tsx
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request