我正在按照世界您好指南在https://reactnavigation.org/docs/en/getting-started.html上进行反应导航。
在我的组件之一中添加以下行:
public WebResourceResponse shouldInterceptRequest (WebView view,
WebResourceRequest request)
引发错误:
./ node_modules/@react-navigation/native/dist/ResourceSavingSceneView.js 语法错误: D:\ redirectadministrator \ redirectadmin \ node_modules \ @ react-navigation \ native \ dist \ ResourceSavingSceneView.js: 意外令牌(35:11)
我不是用纱而是npm。本教程中的软件包已正确安装。
我的package.json:
import { createAppContainer } from "react-navigation";
谢谢!