microsoft / microsoft/react-native-gallery

Some pages are missing callback examples

Open
#61 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.