Skip to content

Commit 41b4a5f

Browse files
committed
chore: updateREADME and screenshots
1 parent 820bd28 commit 41b4a5f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ and performing actions related to the chosen package inside the built-in editor
2222
</p>
2323

2424
<p align="center">
25-
<img alt="Search mode" src="./assets/screenshot.png" width="500" align="center" />
26-
<img alt="Actions list" src="./assets/screenshot-actions.png" width="500" align="center" />
25+
<img alt="Search mode" src="./assets/screenshot.png" width="520" align="center" />
26+
<img alt="Actions list" src="./assets/screenshot-actions.png" width="520" align="center" />
27+
<img alt="Annotations in package.json" src="./assets/screenshot-annotations" width="640" align="center" />
2728
</p>
2829

2930
## ⚡️ Features
@@ -33,6 +34,11 @@ and performing actions related to the chosen package inside the built-in editor
3334
- 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).
3435
- Install the selected packages in the current workspace using your preferred package manager.
3536
- Dive deep into the stats and analysis with the provided metadata and links.
37+
- Display inline annotations in the package.json file showing information and metadata from React Native Directory for each dependency.
38+
39+
## ⚙️ Extension Settings
40+
41+
- `reactNativeDirectory.enablePackageJsonAnnotations`: Whether or not the extension should annotate dependencies in `package.json` file.
3642

3743
## 📦 Installation
3844

assets/screenshot-actions.png

-2.03 KB
Loading

assets/screenshot-annotations.png

34.9 KB
Loading

assets/screenshot.png

-29.9 KB
Loading

0 commit comments

Comments
 (0)