microsoft / microsoft/react-native-windows
Move ReactApplication to project template, or improve its extensibility
Open
@vmoroz is already working on this.
Since Oct 11, 2021.
Agenda
enhancement
Needs: Dev Design
Workstream: ES Compliance SFI
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
The current ReactApplication doesn't quite work for all possible cases (e.g. protocol activation, it assumes a single RN instance, whereas there should be one instance per window/ApplicationView).
Either we need more logic in ReactApplication, or we should move it out of the MRN dll and into the project template. Step 0 is to validate that it's possible to move to the project template :)
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.
Assessment
This issue has not been assessed yet.