microsoft / microsoft/react-native-gallery
Some pages are missing callback examples
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 57
- Avg merge
- 18h 19m
- Merged PRs (30d)
- 10
Description
Skimmed over some pages and noticed that eg. Slider and Date/TimePicker are not hooked up to any state on the page - interacting with them doesn't result in any changes to the app page. I think this is how those controls get used primarily.
Suggestion: add some dynamic text that is altered by interactions with those components.
(+nit: the first Pressable example is missing an onPress callback)
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 by locating the Slider, Date/TimePicker, and first Pressable examples in the gallery, then run those pages and observe their current interactions. Add visible state-driven text for the controls and an onPress callback for the Pressable example; done means each interaction visibly changes the page as described.
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
- 48/100