Skip to content
Notifications You must be signed in to change notification settings

XDagging/daisyui-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b53d601 · · Jul 24, 2025

History

11 Commits
Jun 26, 2025
Jul 24, 2025
Jul 14, 2025
Jul 14, 2025
Jun 26, 2025
Jul 24, 2025
Jun 26, 2025
Jul 24, 2025
Jul 5, 2025
Jun 26, 2025
Jul 24, 2025
Jun 26, 2025
Jun 26, 2025
Jul 14, 2025
Jul 5, 2025
Jun 30, 2025
Jul 5, 2025
Jul 5, 2025
Jun 26, 2025
Jul 24, 2025
Jul 14, 2025
Jul 24, 2025
Jun 26, 2025
Jul 14, 2025

Repository files navigation

Welcome to Daisyui-Native

tutorial

Think of this UI library as if daisyui styles and radix component customizability had a baby

Note: This is a work in progress. Theme customizability and the styling on certain components are odd but will be updated in the future

How it works

  1. Clone this project

git clone "https://github.com/XDagging/daisyui-native.git"

  1. Install all local dependencies

npm install

  1. Run the expo server

npx expo start

and... you're all set.

Comes with Nativewind natively as well :)


A couple of considerations:

  • Themes are hardcoded in some places. If you want to change the theme, you should change the LightTheme in themes.ts as well the LightTheme in the tailwind.config.js file. (This will be fixed in a later push)

  • Yes. The Input component looks terrible. Will be fixed

  • Feel free to contribute if you want

Future Roadmap

  1. Add CLI to add component one by one (similar to shadcn)

  2. Make themes wayy easier to customize

  3. Overall way clearer documentation