-
Notifications
You must be signed in to change notification settings - Fork 2.4k
关于 antd-mobile 对应的 RN 版本使用说明 #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
加上 peerDependencies ? |
@afc163 在 0.9.x 上加一下 |
https://github.com/facebook/react-native/releases/tag/v0.36.0 是不是把代码里使用 flex: 1 的地方改成 flexGrow: 1 就能兼容 0.34 - 0.39 版本了?我看其他没什么大的变动。 |
6d1b7e7 这是对应的改动,只不过 最好还是各用各的版本比较保险,我在 introduce 文档里也有说明 |
试一下,尽量做到兼容。代码一致,能减少后续 0.9 的维护成本 |
List / Radio / Checkbox / TextAreaItem / SearchBar 几个组件的 RN 实现需要完善。 @pingan1927 尽量完全对照相应 web 的功能,尽量能同步到 0.9.x ,尽量做到兼容 rn 0.34~0.39 |
|
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
RN 官方从 0.36 有不兼容版本,所以使用 antd-mobile 0.9.x 的推荐使用 0.34 版本;
1.0-alpha 可以使用 0.39
https://github.com/ant-design/ant-design-mobile/blob/master/docs/react/introduce.zh-CN.md#react-native-使用场景
#632 #629 #617 #613 #612
The text was updated successfully, but these errors were encountered: