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.