@gluestack-ui/config
v1.1.20
Published
Themed configuration for gluestack-ui components
Downloads
44,547
Readme
@gluestack-ui/config
Installation
To use gluestack-ui config, all you need to do is install the
@gluestack-ui/config
package:
$ yarn add @gluestack-ui/config
# or
$ npm i @gluestack-ui/config
Usage
import { createButton, GluestackUIProvider } from '@gluestack-ui/themed';
import { config } from '@gluestack-ui/config';
export default fucntion App () {
return (
<GluestackUIProvider config={config}>
{/* your code goes here */}
</GluestackUIProvider>
)
}
More guides on how to get started are available here.