Files
doors-wallpaper/babel.config.js
Kenneth ff04f088ca Initial commit
Generated by create-expo-app 3.0.0.
2024-09-24 20:59:50 +01:00

7 lines
108 B
JavaScript

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