Skip to content

Commit 9cd2e32

Browse files
committed
docs: more clarification
1 parent 3444180 commit 9cd2e32

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

website/src/latest/docs/features/nativewind.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This plugin seamlessly integrates NativeWind with Re.Pack's build process by:
1818

1919
First, follow these steps from the official [NativeWind installation guide](https://www.nativewind.dev/docs/getting-started/installation):
2020

21-
1. [Install NativeWind](https://www.nativewind.dev/docs/getting-started/installation#1-install-nativewind)
21+
1. [Install NativeWind](https://www.nativewind.dev/docs/getting-started/installation/frameworkless)
22+
- Skip the metro step but, don't forget to add the `nativewind/babel` preset to your babel config.
2223
2. [Setup Tailwind CSS](https://www.nativewind.dev/docs/getting-started/installation#2-setup-tailwind-css)
2324
3. [Import your CSS file](https://www.nativewind.dev/docs/getting-started/installation#5-import-your-css-file)
2425
4. (Optional) [Setup TypeScript support](https://www.nativewind.dev/docs/getting-started/installation#7-typescript-setup-optional)
@@ -60,8 +61,8 @@ export default (env) => {
6061

6162
- **Styles not applying?**
6263

63-
Ensure your CSS import is present and the plugin is added to your config.
64-
Make sure you have the `nativewind/babel` preset applied in your babel config.
64+
- Ensure your CSS import is present and the plugin is added to your config.
65+
- Make sure you have the `nativewind/babel` preset applied in your babel config.
6566

6667
- **TypeScript issues?**
6768

0 commit comments

Comments
 (0)