This is an example to answer question 71600495 at stackoverflow.com about tailwind-rn.
I published this project at Expo Dev Tools. Then you can scan the project QR Code to see the result on a device.
Or access the this link on your device.
To run this example you must install the dependencies.
yarnRun the tailwind-rn to generate the styles.
yarn build:tailwindor watch the changes with:
yarn dev:tailwindAnd finally, to build the project you must run the following commands on your terminal.
To build for iOS.
yarn iosAnd to build for Android.
yarn android