Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NewReactNativeComponentMenuItemNew to Visual Studio Code? Get it now.
NewReactNativeComponentMenuItem

NewReactNativeComponentMenuItem

CraftyAsTheFox

|
69 installs
| (0) | Free
Create new React Native components by right clicking on the file explorer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

New React Native Component

This extension adds a new item (named "New React Native Component") to the Explorer context menu when right-clicking on a folder.

When selected, this new menu item will prompt you for a name for your component, then create several files within the folder you right-clicked on:

  • /ComponentName
  • /ComponentName/index.ts
  • /ComponentName/ComponentName.tsx
  • /ComponentName/ComponentName.style.ts

These files contain a pure-function React component ready for building.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft