microsoft / microsoft/react-native-gallery
Fix / Redesign Theme Overall usage in New Arch
@anupriya13 is already working on this.
Since Sep 30, 2025.
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 57
- Avg merge
- 18h 19m
- Merged PRs (30d)
- 10
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.