Ajay Singhwhosinghajay.hashnode.devยทSep 17, 2024Learn How to setup TailwindCSS(NativewindCss) in your React-Native ApplicationStep 1: Install nativewind and tailwindcss tailwindcss is not used during runtime so it can be added as a development dependency. npm install nativewind npm install --save-dev tailwindcss@3.3.2 Step 2: Run npx tailwindcss init to create a tailwind.c...Tailwind CSSAdd a thoughtful commentNo comments yetBe the first to start the conversation.