nativewind setup

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 07:07:01 +00:00
committed by GitHub
parent f82df52570
commit 07ab94fa4e
6 changed files with 23 additions and 66 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: ["babel-preset-expo"],
plugins: ["nativewind/babel"],
};
};