首页 > 解决方案 > 如何解决 TypeError: undefined is not an object (evalating '_core.pathUtils.urlToPathAndParams') in React-Native

问题描述

我的应用程序运行良好,但是当我从 git 存储库中提取数据时,出现此错误。我不明白为什么我会收到这个错误。请帮助摆脱这个错误并向我解释这个错误。

错误是 TypeError: undefined is not an object (evalating '_core.pathUtils.urlToPathAndParams')

标签: react-native

解决方案


You may need to install @react-navigation/native.


推荐阅读