module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], // react-native-worklets/plugin is required by react-native-reanimated v4 and // MUST be listed last. plugins: ['react-native-worklets/plugin'], }; };