react-navigation-easy-helper 由于Navigator被官方移除,官方推荐的路由是react-navigation。但使用起来还是有些复杂。本组件旨在不更改源码情况下,简单配置即可实现一些复杂的功能。如在任意位置进行跳转、根据路由名字返回指定页面、简化参数的获取、快速点击的拦截、统一页面跳转的拦截等。 安装:npm install react-navigation-easy-helper --save or yarn add react-navigation-easy-helper 使用: import {configRoute,addToRouteStack,configRoute} from 'react-navigation-easy-helper' //首先需要在之前的导航配置文件中用configRoute包裹参数 export const