microsoft / microsoft/react-native-windows

Fork upstream BaseParagraphProps(h/cpp) to add prop selectionColor into <Text>

Open
#15,552 0 comments 0 reactions 1 assignee View on GitHub

@iamAbhi-916 is already working on this.

Since Jan 19, 2026.

enhancement Parity: Fabric vs. Paper
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

selectionColor is part of the parity feature, that needs to be implemented in fabric.
For RN upstream this is an Android prop and hence not part of the baseprops for their respective design.

To implement this in Fabric we need to fork upstream BaseParagraphProps(h/cpp) and include the prop.(As we cant
make this change upstream as RN docs clearly mention it to be Android prop ref: RN Doc )

Note: This used to work for paper because selectionColor prop in JS is delivered to C++ ViewManager code under the same name without transformation. There is no “middle layer”—the string mapping is direct.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.