Usando Tailwind en React Native
Setup
Uso
/*
...
*/
"items-center": {
"style": {
"alignItems": "center"
}
},
"rounded": {
"style": {
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"borderBottomRightRadius": 4,
"borderBottomLeftRadius": 4
}
},
"rounded-full": {
"style": {
"borderTopLeftRadius": 9999,
"borderTopRightRadius": 9999,
"borderBottomRightRadius": 9999,
"borderBottomLeftRadius": 9999
}
},
"bg-gray-900": {
"style": {
"--tw-bg-opacity": 1,
"backgroundColor": "rgb(17 24 39 / var(--tw-bg-opacity))"
}
},
/*
...
*/TLDR
Última actualización
