React-Native: How to style Button component with TailwindCSS / NativeWind – React native
I am using NativeWind CSS which is a React-Native library which mimics tailwind css. My stylings don't seem to be having an effect on the Button component. Stylings are working on other components just not this one. <Button title="Post" className="rounded-full"…