小编mar*_*ine的帖子

React-Native-Reanimated:错误:node_modules\react-native-reanimated\src\index.ts:

我正在制作新项目,但无法运行 Android 模拟器并出现此错误。

在此输入图像描述

在此输入图像描述

它位于“node_modules\react-native-reanimated\src\index.ts”,这只是其中的代码:

// tree-shaken side effects
import './reanimated2/js-reanimated/global';

// @ts-ignore backward compatibility with treeshaking
export * from './reanimated1';
export * from './reanimated2';
export * as default from './Animated';
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

我不知道该怎么办,请帮忙。先感谢您!

android node-modules react-native react-native-reanimated

8
推荐指数
1
解决办法
1万
查看次数