# vscode-react-native-directory **Repository Path**: mirrors_react-native-community/vscode-react-native-directory ## Basic Information - **Project Name**: vscode-react-native-directory - **Description**: Find and install right packages for all of your React Native apps right from your VS Code. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
React Native Directory Logo

vscode-react-native-directory

Latest release Workflow status Install from VS Code Marketplace Install from Open VSX

A VS Code extension that allows browsing through the React Native Directory
and performing actions related to the chosen package inside the built-in editor Command Palette.

Search mode Actions list Annotations in package.json

## ⚡️ Features - Search through the packages registered in the React Native Directory. - Narrow down the results by using filter tokens, such as `:ios`, `:newArchitecture`, or `:hasTypes`. - Valid tokens are a subset of all possible API query options, and the values can be seen [in this file](/src/utils.ts#L33-L55). - Install the selected packages in the current workspace using your preferred package manager. - Dive deep into the stats and analysis with the provided metadata and links. - Display inline annotations in the package.json file showing information and metadata from React Native Directory for each dependency. ## ⚙️ Extension Settings - `reactNativeDirectory.enablePackageJsonAnnotations`: Whether or not the extension should annotate dependencies in `package.json` file. ## 📦 Installation #### VS Marketplace 1. Go to [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=react-native-directory.vscode-react-native-directory). 1. Click on the **"Install"** button. #### Open VSX Registry 1. Go to [Open VSX Registry](https://open-vsx.org/extension/react-native-directory/vscode-react-native-directory). 1. Click on the **"Download"** button 1. In VS Code: - Navigate to the **"Extensions"** pane (Ctrl/Cmd+Shift+X). - Click **"More"** button (three dots in the right corner of header) and select **"Install from VSIX"**. - Select the VSIX file downloaded earlier in the process. ## 📝 Contributing 1. Make sure you have [Bun](https://bun.sh/docs/installation) installed. 1. Checkout the repository locally. 1. Run the following commands to install dependencies and compile source: ```sh bun install ``` 1. In VS Code: - Open folder containing the extension repository. - Navigate to the **"Run and Debug"** pane (Ctrl/Cmd+Shift+D). - Select **"Run with extension"** launch task, and press **"Start Debugging"** button (F5).