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