📅  最后修改于: 2022-03-11 15:03:33.993000             🧑  作者: Mango
//Expo users add this
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};