Files
Galaxies-my-expo-app/babel.config.js
T
Dennis Hundertmark 08fbd0443e Initial commit
Generated by create-expo-stack 2.14.1
2025-03-12 16:00:34 +01:00

11 lines
202 B
JavaScript

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