TailwindCSS not working in React Native project
I created a React Native app using Expo and tried to use Tailwind CSS with the help of NativeWind. I followed this docs: Read the docs here... Versions: react-native : 0.74.3 nativewind: 2.0.11 typescript: 5.3.3 tailwindcss: 3.3.2 tailwind.config.js: /** @type…