Default Components

The @gluestack-ui/config package comes with a pre-configured default theme, which can be integrated with the GluestackUIProvider as demonstrated below.

Usage

import { config } from "@gluestack-ui/config"
function App() {
return (
<GluestackUIProvider config={config}>
{/* Your app code */}
</GluestackUIProvider>
)
}
You can view default theme config here. To see all the components with the default theme, please visit All Components section.