xtablo-source/xtablo-expo/babel.config.js
2025-04-29 09:17:42 +02:00

7 lines
157 B
JavaScript

module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["react-native-reanimated/plugin"],
};
};