A Visual Studio Code extension to quickly generate React Native components. This extension simplifies the process of creating a new component by generating the folder, files, and boilerplate code automatically.
Features
Automatically creates a folder with the component name.
Generates index.ts, styles.ts, and the main component file (<ComponentName>.tsx).
Updates the main index.ts file in the components directory to include imports and exports for the new component.
Usage
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
Search for Create Hasty Component.
Enter the name of the component when prompted.
The extension generates all required files and updates the index file.
Release Notes
1.0.0
Initial release with component generation functionality.