etfoglasi-frontend/babel.config.js
2025-10-31 23:09:46 +01:00

9 lines
183 B
JavaScript

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