create-daisyui-native-app
v1.0.2
Published
CLI to scaffold a daisyui-native app
Readme
Welcome to Daisyui-Native
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
- Create new app
npx create-daisyui-native-app my-app
- Go to the new project directory
cd my-app
- Run the expo server
npm 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
