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
- Clone this project
git clone "https://github.com/XDagging/daisyui-native.git"
- Install all local dependencies
npm install
- 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.jsfile. (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
-
Add CLI to add component one by one (similar to shadcn)
-
Make themes wayy easier to customize
-
Overall way clearer documentation