In the ‘New App‘ section, you can manage your existing projects. Each project card displays its name, ID, and last edit time. From here, you can:
- Open a project by clicking the ‘Open’ button.
- ’Delete’ a project by clicking the button with the trash bin icon. When you click the delete icon, a pop-up will appear asking you to enter the project name to confirm the deletion. You can then:
- Click ‘Delete Project’ to permanently remove the project (this action is irreversible).
- Click ‘Cancel’ to go back without deleting the project.
-
Development interface
When you access a project, you will see a screen with the following items:- Development prompts: you can write prompts to generate your app, components, modify code, or add functionality to your app.
- ‘Preview‘ section: shows the steps to test your app, including an online preview and a QR Code for Expo Go.
- ‘Code‘ section: displays the project structure with the
appfolder already set up with two files inside:_layout.tsxandindex.tsx, and more features.

