Package Exports
- @gluestack-ui/config
- @gluestack-ui/config/build/gluestack-ui.config.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gluestack-ui/config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.