react-native-reanimated 在构建应用程序时不下载

问题描述 投票:0回答:1

我的应用程序的构建过程尚未完成,它停止在react-native-reanimated 设置处。

这是我的终端屏幕

(https://i.stack.imgur.com/5NVvC.png)

我尝试了来自类似堆栈溢出线程的一些命令

无法解析模块`react-native-reanimated`)但我认为这是一个不同的问题,因为它不起作用并且相同的错误仍然存在。

我是该领域的绝对初学者,如果您需要有关此错误的任何其他信息(例如依赖项等),请告诉我。

android react-native
1个回答
0
投票
The error says that this package (react-native-reanimated) is missing.
You can install it by 
yarn add react-native-reanimated 
or 
npm install react-native-reanimated.
For documentation you can visit
  https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation
© www.soinside.com 2019 - 2024. All rights reserved.