Closed yushanwebdev closed 8 months ago
we only support the subset of tailwindcss utilities that directly map to React Native non-web style props. Another way of saying that, is we don't support React-Native Web. So utilities like container
I believe have no counterpart in pure native RN, so the library doesn't support them.
ah okay, @jaredh159. Thank you. Is there documentation available on the supported Tailwind CSS utilities?
this file has some info on supported utilities, although it mostly focuses on what RN supports, not on what we don't cover because it's web-only:
https://github.com/jaredh159/tailwind-react-native-classnames/blob/master/supported-utilities.md
I'm receiving the following warning from Expo 50:
Is it not supported here?