Installation

To get started with gluestack-framework, check out this quick installation guide. It provides simple steps to help you install and use the library in your projects.
Quick Start

Quick Start

If you are starting with a new project, you can use npx to create a new gluestack project.
npx create-gluestack-v2-app@latest
The above command will create a new gluestack project.
The directory structure will look like this:
/.glue
/config
.env.example
.gitignore
glue
The .glue folder contains an internals folder which contains the core files of the framework. The files present in internals folder contains information related to installed plugins and instances for each plugins. It is not recommended to modify these files.
The config folder contains the configuration files for the framework. You can modify the Providers array to change the configuration of the framework.