Files
2026-06-29 14:06:12 +02:00

7 lines
175 B
JavaScript

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