microsoft / microsoft/react-native-gallery
Gallery fails to build in non-release
@anupriya13 is already working on this.
Since Oct 8, 2025.
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 57
- Avg merge
- 18h 19m
- Merged PRs (30d)
- 10
Description
Repro
- Clone the repo
cd NewArchyarnyarn windows
Error
Could not copy the file "D:\GitHub\react-native-gallery\NewArch\windows\x64\Release\Clipboard\Clipboard.dll" because it was not found.
Cause
For some reason there's a reference specifically to Release in here, which means if you build debug but not release... it'll fail.
I'm a bit concerned this wasn't caught by CI, because that means the Gallery isn't being built in debug in CI?
Seems to have regressed here: https://github.com/microsoft/react-native-gallery/commit/64b511a5d90b1ea09b51541cd24505053c39a393
https://github.com/microsoft/react-native-gallery/pull/579
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.