This extension for Visual Studio Code allows you to create a new React Native project with ease using the react-native-atom-template
.
React-native-atom-extention.mov
Use the command react-native-atom-template.setupReactNativeProject
to setup system for run a new React Native project . This command will run in terminal and setup all for run react native.
Use the command react-native-atom-template.createReactNativeProject
to create a new React Native project. This command will prompt you to enter the name for your project, and it will then generate the project structure using the specified template.
Use the react-native-atom-template.generateReactNativeApp
command to swiftly create React Native components within your project. This command automates the component creation process, saving you time and effort.
Easily set up your OpenAI API key through the extension settings, unlocking the full potential of OpenAI's language model. This integration enhances the component generation by leveraging advanced natural language processing capabilities.
Tailor the component generation process to fit your project's specific requirements. Provide details such as file paths and additional prompts during the generation, ensuring that the created components seamlessly integrate into your project structure.
Crate react native components fast with index.tsx and styles.ts
-
Installation:
- Install the extension from the Visual Studio Code Marketplace.
-
OpenAI API Key Setup:
- In the extension settings, seamlessly set up your OpenAI API key to enable advanced language model integration.
-
Component Generation:
- Utilize the
react-native-atom-template.generateReactNativeApp
command to initiate the seamless creation of React Native components.
- Utilize the
openai.apiKey
: Your OpenAI API key for Generate Code.
Ensure you have Node.js and npm installed on your machine.
This extension doesn't contribute any additional settings.
No known issues at the moment.
This feature allows you to create a React Native component structure directly within a selected folder. With this functionality, you can streamline the process of organizing and generating components.
-
Right-Click a Folder:
Open the Explorer view in Visual Studio Code, then right-click on a folder. -
Select Command:
Choose the Create Components option from the context menu. -
Name Your Component:
Provide a name for the new component folder when prompted. -
Files Created:
The extension generates a boilerplate folder structure and files for the component in the selected directory.
This simplifies setting up components and ensures consistency across your project.
bug fix˛
- solved issue in java version check windows
- updated using ChatGPT model to 4.5 turo
bug fix
- cli updated to
@react-native-community/cli@latest
- changed
react-native-simple-recyclerlistview
to@shopify/flash-list
or with out list option added - add
@tanstack/react-query
for asynchronous state management
bug fix
create react native components fast with pre files index.tsx and styles.ts
react native version and all npm packages are latest version all time added (latest version recact-native build requilrd jdk 17)
regerate feature added file right menu
reademe updated added OPEN AI api setup image
new create folder and file smothly
added AI Generate component
- logo updated
- README updated
- windows and linux setup added
- styles issue solved
- added Side bar
- patches
- added setup react react native feature
- Initial release of the React Native Project Creator Extension.