I’m writing a small app using React Native. Since I’m a fan of Tailwind for styling on the web, I wanted to use it for the app as well. The package tailwind-rn
is available, but requires the use of tailwind('...')
to apply styles, which doesn’t work with the intellisense plugin for VSCode.
Using Tailwind classnames in React Native with intellisense
Sep 2, 2020