我正在尝试使用基本的(?<=\bFrom\b.).+
来进行反应导航,但是遇到了一些麻烦。
This example here在Snake.expo.io上运行良好,甚至在我没有小吃的情况下在设备上运行时也可以正常运行。但是,当我将准确的代码复制粘贴到VSCode并将其推送到我的设备时,它会出现以下错误:
AppContainer
代码完全相同,但在我的Android设备上却出现错误。我是否缺少依赖项?
谢谢!
编辑:
Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of `NavigationContainer`.
文件:
package.json
答案 0 :(得分:-2)
如果一切相同,但是您有错误,则可能是您应该运行npm install
。或先删除node_modules,再删除npm install
。您也可以尝试使用纱线(yarn
)。