FormidableLabs / react-native-zephyr

TailwindCSS-inspired styling library for React Native.
https://formidable.com/open-source/react-native-zephyr/
MIT License
347 stars 5 forks source link

Add installation to readme #31

Closed JDMathew closed 1 year ago

JDMathew commented 1 year ago

What?

Added installation directly into readme which links into the quick start guide docs.

Why?

npm packages don't always have the same name as their git hub repository name so it is useful to have the install in the readme if one wants to get started before reading through the full docs. I often find I install from github readme's when I have used a package before and know the setup but just want to check the package name to be used with my package manager.