【发布时间】:2022-10-06 15:29:09
【问题描述】:
你好,我正在尝试连接到我的代码另一个有人给我的代码,当我尝试粘贴它时,我得到了错误
./node_modules/react-native-reanimated/lib/index.web.js 3:9
Module parse failed: Unexpected token (3:9)
File was processed with these loaders:
* ../../../AppData/Roaming/npm/node_modules/expo-cli/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| import \"./reanimated2/js-reanimated/global\";
| export * from \"./reanimated2\";
> export * as default from \"./Animated\";
标签: reactjs react-native babeljs