xtablo-source/xtablo-expo/babel.config.js

8 lines
157 B
JavaScript
Raw Permalink Normal View History

2025-04-29 07:17:42 +00:00
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["react-native-reanimated/plugin"],
};
};