Kliko/babel.config.js
Maarten 8e0a267423 Initial commit
Generated by create-expo-app 3.0.0.
2024-07-29 15:05:06 +02:00

6 lines
108 B
JavaScript

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