-
Notifications
You must be signed in to change notification settings - Fork 612
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
Tracking ant-design-mobile-rn 5.0 #1187
Comments
Data Entry / Formfirst of all, complete Form before completing other fields, Import rc-field-form, and use this to familiarize yourself with the ecology of the react-component organization |
FormI claimed Form |
Data Entry / SwitchI claimed the switch |
Data Entry / Checkbox & RadioI claimed the checkbox & radio |
贡献指南 🚩在参与贡献时请先查看「贡献指南」,比如像这样值得注意的地方⬇️
更多阅读
Contributing 🚩Please read before contributing, like this⬇️
More reading
|
Any update on it ? When will 5.0 be released ? |
5.0不和mobile5.0一起吗? |
上述计划需要大家一起来实现,现阶段能做的就是修复反馈bug,提高大家的使用信心 |
考虑到 antd-mobile v5 现在 beta 了,感觉再等等,让他跑一段时间再考虑移植 mobile-rn 比较适合。 我看现在 Table 里是想 rn 直接对标 antd。感觉这样不是很适合,UX 什么的应该对标 antd-mobile 才对。 |
antd-mobile5 rc 啦 |
Feedback / ActionSheetI claimed the action-sheet & support web & extends |
Data Display / CarouselI claimed the carousel & will support web & pref |
Navigation / TabsI claimed the tabs & extends |
expo support🎉Checkout the official @ant-design/react-native App on Expo which uses all of the |
cc @1uokun 不会跟PC的对齐,应该跟ant-design-mobile 的所有组件以及api对齐,但是难度还是挺大的。你们有什么想法吗? |
你说得对应该和ant-design-mobile对齐,不需要和PC对齐,特别是Form和Table是不适合在移动端显示的。 v5主要升级在对react-native-web和expo的支持,没有增加和PC相关的组件, |
没事,就看需不需要继续。 |
Hi guys, any live app that uses ANTD react native? Thanks |
Expo Go |
现在支持暗黑模式吗,没找到相关资料,在暗黑模式下,model出现看不见字问题 |
同求 +1 |
🌄 Overview:
This issue is to track development on ant-design-mobile-rn 5.0 : the revitilization update 🏆 and has come out of a previous discussion here.
The goal of this project is to revitalize
ant-design-mobile-rn
with the vision of being a 1:1 component library toant-design
.ant-design
offers world class enterprise components for React.js. The react-native community needsant-design
components to bring enterprise-level components to mobile platforms, as not many libraries offer enterprise-level components forreact-native
.Support and development on
ant-design-mobile-rn
has died out slowly since this library has been maintained by individual developers, but none-the-less we stand on the shoulders of giants and strictly follow the ant-design design language.This project will detail all of the
ant-design
components and APIs that we have left to makeant-design-mobile-rn
up-to-date withant-design
.This will be a long journey, but it must be done.
🎯 Goals:
Update
ant-design-mobile-rn
to include all (or most) of the components inant-design
.Add some new mobile-only components to the library -- if possible
Completely revamp the docs to more accurately reflect categorization and documentation of new and old components.
📑 The details:
I have performed an initial grouping, comparing the existing
ant-design-mobile-rn
components that match up withant-design
.Most of the unassigned components (i.e., components that don't have a 1:1 matchup to ant-design are mobile-only, or components that only make sense on mobile devices (for example... the native pickers).
Below is the main progress table.
The complete column shows if the Component or group of components is complete.
The
ant-design components
andant-design-mobile-rn components (assigned)
columns link to the respective components in each library.The Issue Link column is a link to the issue that tracks on a deeper level discussion and development of the component. An issue can be created for each component or component group as we get to it.
I will work on a PR overhauling the docs, to properly categorize components as
ant-design
and coordinate with progress on the component-level to test and update component APIs in the docs.I know @1uokun has started on component dev for the following components see here, maybe we can start with
form
? Let me know.To keep this thread clear, only comment about updates to the master list. For discussion on development of a new component or a re-factor of an existing component, create the issue for that discussion and dev...next, comment here so I can update the master list with the link to the issue or feature.
The text was updated successfully, but these errors were encountered: