Styling of gluestack-ui components is achieved through the utilization of
@gluestack-style/react, a resource that provides a range of capabilities for effectively controlling states like
hover,
active,
focused, and others. You can pass
config file from
@gluestack-ui/config for default state styling. Config file exports an object which is passed inside the
GluestackUIProvider. In this context, we will delve into how gluestack-style simplifies the management of these states and their associated styles.