File tree Expand file tree Collapse file tree
website/src/latest/docs/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ This plugin seamlessly integrates NativeWind with Re.Pack's build process by:
1818
1919First, 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.
22232 . [ Setup Tailwind CSS] ( https://www.nativewind.dev/docs/getting-started/installation#2-setup-tailwind-css )
23243 . [ Import your CSS file] ( https://www.nativewind.dev/docs/getting-started/installation#5-import-your-css-file )
24254 . (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
You can’t perform that action at this time.
0 commit comments