-
Notifications
You must be signed in to change notification settings - Fork 139
docs: add documentation for NativeWind plugin #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds a dedicated page to documentation for NativeWind. Also updates dead links in plugin's readme.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @borisyankov thanks for the PR 🙏
the docs look great overall, let's just slightly adjust how we display the content:
- **Styles not applying?** Ensure your CSS import is present and the plugin is added to your config. | ||
- **PostCSS errors?** Double-check that all required dependencies are installed and your `postcss.config.js` is set up. | ||
- **TypeScript issues?** Follow the [NativeWind TypeScript setup guide](https://www.nativewind.dev/getting-started/typescript). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe move the answers to next line and indent them?
Updated. Really looks better! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Thanks again @borisyankov! |
Adds a dedicated page to documentation for NativeWind.
Also updates dead links in plugin's readme.