import { config } from "@gluestack-ui/config"import { GluestackUIProvider } from "@gluestack-ui/themed"function App({ children }) {return <GluestackUIProvider config={config}>{children}</GluestackUIProvider>}
{"aliases": {# Adding bg as alias of background Color"bg": "backgroundColor"},"tokens": {# All the tokens are defined here like colors, borderWidths, radii, breakpoints, mediaQueries ....},"globalStyle": {# All the global style is defined here},"components": {# All the components style is defined here},"themes": {# All the themes are defined here},}