react navigation easy helper:比较简单易用副作用少的react navigation 辅助插件 源码
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
文件列表
react-navigation-easy-helper-master.zip
(预估有个65文件)
react-navigation-easy-helper-master
.gitignore
87B
package.json
660B
.DS_Store
6KB
index.js
220B
README.md
2KB
.idea
react-navigation-easy-helper.iml
458B
example
.gitignore
763B
暂无评论