microsoft / microsoft/react-native-windows

File/Directory Picker Support for Windows

Open
#14,488 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Extensions Workstream: Module Support
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

Hey everyone,

I’m working on a React Native Windows project and need a way for users to pick files or directories. On Android and iOS, libraries like react-native-document-picker handle this well, but there doesn’t seem to be a ready-made solution for Windows.

I even tried writing a native module using TurboModules, but that didn’t work either.

All I really want is to use the default Windows file picker dialog—nothing fancy, just a simple way to select files or folders.

Is there already a way to do this that I might have missed? Or should I wait for an official feature to be added?

Thanks!

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.

Research direction

Start by checking the existing React Native Windows APIs and TurboModules support for file and directory selection. Compare them with the Android and iOS document-picker behavior mentioned in the issue; the work is complete when users can open the default Windows picker and select files or folders, or the current limitation is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.