Aaron Young
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
maybe nobody here
看来外国兄弟也会跑路啊。。我现在已经用 antd-mobile-rn 很久了
@leegendlee 你可以试试 antd 的,维护性还是很高的
文档是不是要跟新一下

add this to your package.json: ```json { "postinstall": "npx jetifier", } ```
这个插件是不维护了吗?
fork 的仓库不能用额 @xrkffgg