We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6876f7 commit 631299fCopy full SHA for 631299f
website/src/component/Header/index.tsx
@@ -36,6 +36,9 @@ export default function Header(props: HeaderProps) {
36
<NavLink to="/home">首页</NavLink>
37
<NavLink to="/docs">文档</NavLink>
38
<NavLink to="/components">RN组件</NavLink>
39
+ <a target="__blank" href="https://pushy.reactnative.cn/">
40
+ 热更新
41
+ </a>
42
<a target="__blank" href="https://github.com/uiwjs/react-native-uiw/issues">
43
问题反馈
44
</a>
0 commit comments