How can I import the Tailwind CSS library to add Tailwind styles in a Mendix Native app?

0
How can I import the Tailwind CSS library to add Tailwind styles in a Mendix Native app? Also, how can I utilize Tailwind classes to customize a native mobile application?
asked
1 answers
1

Hi Hanshir,

 

Since the Mendix Native works with Native JS styling, maybe you can checkout NativeWind, which is designed for React Native. 

What you can try to do is to download that whole package and make UI module in Mendix and import that there and you can use premade classes

answered