BearStudio / start-ui-native

🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, 🌿 Ficus UI, ⚛️ Zodios & 🐜 Formiz — From the 🐻 BearStudio Team
MIT License
133 stars 15 forks source link

Add @latest to the create-start-ui command in Readme #74

Closed ivan-dalmet closed 1 year ago

ivan-dalmet commented 1 year ago

Make sur that npx use the latest version to generate a new app.

Current version

npx create-start-ui --native myApp

Fixed version

npx create-start-ui@latest --native myApp