azmake
2019-11-28 16:49
//.babelrc {"presets":["react-native-stage-0/decorator-support"]}
ps:如果上面出现报错 Cannot find module 'react-native-stage-0/decorator-suppor npm install metro-react-native-babel-preset -D 将.babelrc改为 { "presets": ["module:metro-react-native-babel-preset"], "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }] ] }
//.babelrc {"presets":["react-native-stage-0/decorator-support"]}
ps:如果上面出现报错 Cannot find module 'react-native-stage-0/decorator-suppor npm install metro-react-native-babel-preset -D 将.babelrc改为 { "presets": ["module:metro-react-native-babel-preset"], "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }] ] }
React高级教程之高阶组件
14479 学习 · 33 问题
相似问题