microsoft / microsoft/react-native-gallery
Add support for theme switching
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 57
- Avg merge
- 18h 19m
- Merged PRs (30d)
- 10
Description
Within the settings page, we should have the ability for the user to change their theme default from dark to light.
This may also mean saving that settings locally somehow so the user doesn't have to do this every time. Perhaps through AsyncStorage?
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.
Research direction
Start at the settings page and trace how the app currently determines its theme. Review whether AsyncStorage is suitable for retaining the selected default, then verify that a user can switch between dark and light themes and that the choice remains after reopening the app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100