Files
2026-06-30 13:57:25 +08:00

8 lines
166 B
JavaScript

module.exports = function (api) {
api.cache(true);
return {
presets: [["babel-preset-expo", { jsxImportSource: "nativewind" }], "nativewind/babel"],
};
};