Skip to content

Commit b3ecb0e

Browse files
authored
Update command list in README (#2294)
1 parent f4fb66e commit b3ecb0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Preview:
1515
The extension has a [nightly version](https://marketplace.visualstudio.com/items?itemName=msjsdiag.vscode-react-native-preview) which is released on a daily basis at 9 PM PST on each day that changes occur.
1616
To avoid conflicts, if both extensions are installed - only stable version will be activated. So to use the preview version it is needed to disable or remove the stable version and reload VS Code.
1717

18+
## Package extension locally
19+
20+
You can not only download React Native Tools in the marketplace, but can also package your extension `.vsix` installation file by yourself locally. Following [this documentation](https://github.com/microsoft/vscode-react-native/blob/master/CONTRIBUTING.md#build-the-project) to package and install your React Native Tools to get the latest updates.
21+
1822
## About the extension
1923

2024
This VS Code extension provides a development environment for React Native and Expo projects.
@@ -27,6 +31,7 @@ Using this extension, you can **debug your code and quickly run `react-native` o
2731
# Table of Contents
2832

2933
- [React Native Tools Preview](#react-native-tools-preview)
34+
- [Package extension locally](#package-extension-locally)
3035
- [About the extension](#about-the-extension)
3136
- [Getting started](#getting-started)
3237
- [React Native commands in the Command Palette](#react-native-commands-in-the-command-palette)
@@ -133,6 +138,11 @@ The full list of commands is:
133138
| Expo prebuild | `reactNative.expoPrebuild` | Create the android and ios directories for running your React code |
134139
| Expo prebuild cleanup | `reactNative.expoPrebuildClean` | Clean directories generated by prebuild |
135140
| Reopen QR Code in Expo | `reactNative.reopenQRCode` | Reopen expo generated QR code in webview |
141+
| Enable Hermes | `reactNative.hermesEnable` | Use hermes as JavaScript engine for RN project |
142+
| Enable & Disable Expo Hermes | `reactNative.expoHermesEnable` | Use hermes or jsc as JavaScript engine for expo project |
143+
| Open expo upgrade helper in web page | `reactNative.openExpoUpgradeHelper` | Open expo upgrade helper in web browser |
144+
| Kill Port | `reactNative.killPort` | Kill the process running on a specific port |
145+
| Set React Native New Architecture | `reactNative.setNewArch` | Enable or disable the new architecture settings in RN projects |
136146

137147
## Using commands in VS Code tasks
138148

0 commit comments

Comments
 (0)