initial commit
This commit is contained in:
+1
-4
@@ -1,9 +1,6 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: [
|
||||
["babel-preset-expo", { jsxImportSource: "nativewind" }],
|
||||
"nativewind/babel",
|
||||
],
|
||||
presets: ["babel-preset-expo"],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user