// the find
ant-design/ant-design-mobile-rn
Ant Design for React Native
React Native port of Ant Design Mobile, covering ~40 UI components from buttons and badges to date pickers and drawers. It targets teams building cross-platform apps who already live in the Ant Design ecosystem and want consistent look-and-feel on mobile. Actively maintained — tracking Expo SDK 54 as of mid-2026.
The component breadth is real: date-picker with week/date/time modes, swipe-action, picker with column views, and carousel are all there, not just the easy ones. TypeScript throughout with proper PropsType files per component. The `.dumi/_llms/` semantic docs per component are a smart addition — LLM tooling can actually read structured component APIs rather than scraping markdown. Expo QR previews let you evaluate components on a real device in under a minute.
Installation is a multi-step ordeal: gesture handler, reanimated, worklets, pod install, then a separate `npx react-native-asset` pass just for icon fonts — a bare RN project needs five separate setup steps before a button renders. The Travis CI badge is dead weight (Travis is effectively gone for open source), and david-dm has shut down, so the README's status badges are mostly broken links. Documentation is Chinese-first; the English component docs exist but often trail the zh-CN versions. At 3300 stars for an Alibaba-backed library, adoption outside Chinese teams is thin, which means Stack Overflow coverage is sparse and you're often debugging by reading source.