I wanted to test out this component library called gluestack-ui so I ran npm create gluestack, as instructed by the documentation. It asked me for a project name, so I had to come up with something...
I am awful at remembering people's names so the point of this app just to let you save personal names.
First, run the development server:
# For web
yarn web
# For ios
yarn ios
# For android
yarn androidYou can start editing the page by modifying App.tsx. The page auto-updates as you edit the file.
This project uses @gluestack-ui library that provides optionally styled and accessible components. These components are designed for easy integration into applications developed with React and React Native.
To learn more about Expo + Gluestack UI template, take a look at the following resources:
- Expo Documentation - learn about Expo features and API.
- Gluestack UI Documenatation - learn about core concepts and architecture of gluestack-ui.
- Gluestack Style Documentaion - learn about the universal styling library that is used in Gluestack-ui
You can check out:
- the gluestack-ui GitHub repository
- the gluestack-style GitHub repository Your feedback and contributions are welcome!