microsoft / microsoft/react-native-windows
Switch Component IOS26 issue
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
https://github.com/facebook/react-native/commit/690fab6c4aca5d2213067684e1db02a34f8e9863
Meta has changed the switch layout, and they had removed the fixed height and width of switch
The layout change is acceptable, but the click functionality is also not working due to this update. I encountered this issue while integrating #15645 . I am reverting this change from Meta.
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 reviewing Meta commit 690fab6c4aca5d2213067684e1db02a34f8e9863 and the integration context from issue #15645. Reproduce the iOS switch behavior and inspect the related change. Done means the updated switch layout remains acceptable while clicking the switch works again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100