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