module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
['@babel/...plugin-proposal-decorators', { legacy: true }], // mbox
// ['react-native-reanimated/plugin'],...],
},
],
],
};
修改import路径测试
清除rn缓存并重新启动项目
yarn clear-run
"scripts": {
"android": "react-native...run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",...",
"prepare": "husky install",
"clear": "yarn cache clean",
"clear-run": "react-native start --