refactor: use tailwind

This commit is contained in:
2024-09-25 18:34:58 +01:00
parent eef23656f9
commit 6f939ec5ec
14 changed files with 548 additions and 513 deletions

View File

@@ -1,6 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["nativewind/babel"],
};
};