A universal themed components for React Native, Next.js & React with nativewind style engine.
To use gluestack-ui components with nativewind, all you need to do is install the@gluestack-ui/nativewind package:
``sh
$ yarn add @gluestack-ui/nativewind react-native-svg@13.4.0
$ npm i @gluestack-ui/nativewind react-native-svg@13.4.0
`
A button component is a graphical user interface element that enables users to act by clicking or tapping. It can be customized in size, shape, color, and behavior to fit the design of the application or website. Here's an example:
`jsx
import { Button } from '@gluestack-ui/nativewind';
export default function App () {
return (
More guides on how to get started are available
here.