tailwind-react-native icon indicating copy to clipboard operation
tailwind-react-native copied to clipboard

Results 3 tailwind-react-native issues
Sort by recently updated
recently updated
newest added

What is the API for implementing plugins and base styles? For example, configuring dark mode by adding a base style class. Tailwindcss documentation suggests something like this: ``` const plugin...

Box shadow is not working so I customized box shadow styles like this one https://tvke.github.io/react-native-tailwindcss/effects/box-shadow.html

Thank you for this wonderful library! But I was unable to implement background-opacity. https://tailwindcss.com/docs/background-opacity So I created my own customized styles. I would be grateful it could support bg-opacity. I...