Aaron Young

Results 217 comments of Aaron Young

函数式组件如何 re render: https://zh-hans.reactjs.org/docs/hooks-faq.html#is-there-something-like-forceupdate ```js const [ignored, forceUpdate] = useReducer(x => x + 1, 0) ... form.setFieldsInitialValue(initialValue) // 该方法不会自己触发 re-render forceUpdate() ``` 或者使用 react-custom-hook-use-force-update

看来外国兄弟也会跑路啊。。我现在已经用 antd-mobile-rn 很久了

@leegendlee 你可以试试 antd 的,维护性还是很高的

文档是不是要跟新一下

![image](https://user-images.githubusercontent.com/13204332/71553236-bde1f180-2a46-11ea-9c0a-88ce652aee30.png)

add this to your package.json: ```json { "postinstall": "npx jetifier", } ```

这个插件是不维护了吗?

fork 的仓库不能用额 @xrkffgg