microsoft / microsoft/react-native-windows
Added override for TextSharedExamples.windows.js to avoid nesting of view inside text(not supported in Paper)
Open
Nobody has claimed this yet.
enhancement
Workstream: Releases and Integrations
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
This component is nested directly inside the component (which is React Native's component).
In Windows Paper mode, this structure is not supported - you cannot nest components inside components. This restriction only applies to Windows Paper mode
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 with TextSharedExamples.windows.js and compare it with the referenced TextSharedExamples.js example. Confirm which RNTesterText and View nesting is unsupported in Windows Paper mode, then verify the Windows example avoids that structure without changing supported modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100