Closed kmyn closed 1 year ago
looks like you're problem is that you've installed the library incorrectly, using it's old npm package name, run this and you should be good:
npm uninstall tailwind-react-native-classnames
npm install twrnc
twrnc
is the current name of the project on npm.
Hi,
I'm seeing a warning when using
h-screen
-WARN
h-screenis not a valid Tailwind class name
Using
h-full
works. Is usage ofh-screen
invalid?Code -
Thanks.