首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

ant-design-mobile-rn-5.1.1.zip

前端 1.07MB 10 需要积分: 1
立即下载

资源介绍:

一个基于 React Native 的 UI 组件库
English | [简体中文](./README.zh-CN.md)

# Ant Design Mobile RN [![](https://img.shields.io/travis/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-mobile-rn) [![Codecov](https://img.shields.io/codecov/c/github/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://codecov.io/gh/ant-design/ant-design-mobile-rn) [![npm package](https://img.shields.io/npm/v/@ant-design/react-native.svg?style=flat-square)](https://www.npmjs.org/package/@ant-design/react-native) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/react-native.svg?style=flat-square)](https://npmjs.org/package/@ant-design/react-native) [![Dependency Status](https://david-dm.org/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-mobile-rn) [![Percentage of issues still open](http://isitmaintained.com/badge/open/ant-design/ant-design-mobile-rn.svg)](http://isitmaintained.com/project/ant-design/ant-design-mobile-rn 'Percentage of issues still open') [![Join the chat at https://gitter.im/ant-design/ant-design](https://img.shields.io/gitter/room/ant-design/ant-design.svg?style=flat-square)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A configurable Mobile UI specification and React-based implementation. > If you only care about the style you may give [[Tanjun]](https://github.com/bang88/Tanjun) a try. ## Features - Follow Ant Design Mobile UI specification. - Configurable UI style for different products. - Support web and native usages based on React Native. - Develop in TypeScript. ## Expo - **Web support** Preview Web Platform in [[here] 🔗](https://1uokun.github.io/ant-design-mobile-rn/index.html) - **Expo demo app** |SDK 49+ iOS|SDK 49+ Android| |--|--| | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) |
Expo SDK history version |Expo SDK 44|SDK 47 iOS|SDK 47 Android| |--|--|--| | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) |
> Open the camera app on your device and scan the code above,
need install expo app: https://expo.io/tools ## Development - **Running On Device** ```bash # clone git clone git@github.com:ant-design/ant-design-mobile-rn.git # go to ant rn folder cd ant-design-mobile-rn # install dependencies yarn # start ios cd rn-kitchen-sink/ios && pod install yarn ios # start android yarn android ``` - **Running On Expo** ```bash # go to expo example folder cd example # install dependencies yarn # start expo yarn expo ``` ## Install & Usage ```bash $ npm install @ant-design/react-native --save ``` or ```bash yarn add @ant-design/react-native ``` ### Installing peer dependencies ```bash npm install @react-native-community/segmented-control @react-native-community/slider ``` or ```bash yarn add @react-native-community/segmented-control @react-native-community/slider ``` > You need go to ios folder and run `pod install` (auto linking),Android will handle it by itself. ### Link icon fonts ```bash npx react-native link ``` [introduce](docs/react/introduce.en-US.md#安装) ## Links - [Home Page](http://rn.mobile.ant.design) - [Developer Instruction](development.en-US.md) - [React components](http://github.com/react-component/) - [Demos](https://github.com/ant-design/antd-mobile-samples) ## Contributing We welcome all contributions, please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design-mobile-rn/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design-mobile-rn/pulls) or as a [GitHub issue](https://github.com/ant-design/ant-design-mobile-rn/issues). If you'd like to improve code, check out the [Development Instruction](https://github.com/ant-design/ant-design-mobile-rn/blob/master/development.en-US.md) and have a good time! :) ## 仓库 https://github.com/ant-design/ant-design-mobile-rn

资源文件列表:

ant-design-mobile-rn-5.1.1.zip 大约有688个文件
  1. .npmignore 31B
  2. development.en-US.md 3.56KB
  3. react-native.config.js 174B
  4. jestSetup.js 267B
  5. LICENSE 1.07KB
  6. CNAME 21B
  7. CHANGELOG.en-US.md 12.68KB
  8. index.js 31B
  9. webpack.config.js 156B
  10. eas.json
  11. .editorconfig 167B
  12. README.md 5.02KB
  13. CHANGELOG.zh-CN.md 12.95KB
  14. yarn.lock 680.47KB
  15. tsconfig.test.json 132B
  16. metro.config.js 299B
  17. babel.config.js 326B
  18. .gitignore 910B
  19. package.json 4.92KB
  20. .buckconfig 114B
  21. .watchmanconfig 2B
  22. .nvmrc 8B
  23. .prettierrc 122B
  24. README.zh-CN.md 4.63KB
  25. .eslintrc.js 342B
  26. tsconfig.json 479B
  27. development.zh-CN.md 3.14KB
  28. .eslintignore 71B
  29. .flowconfig 1.9KB
  30. AUTHORS.txt 1.62KB
  31. .jest.config.js 1.13KB
  32. .travis.yml 647B
  33. example/app.json 1.3KB
  34. example/index.js 126B
  35. example/eas.json 135B
  36. example/README.md 973B
  37. example/metro.config.js 688B
  38. example/babel.config.js 105B
  39. example/.gitignore 127B
  40. example/package.json 1.01KB
  41. example/.nvmrc 2B
  42. example/tsconfig.json 63B
  43. example/App.js 858B
  44. example/public/index.html 3.18KB
  45. example/assets/favicon.png 2.08KB
  46. typings/custom.d.ts 284B
  47. typings/index.d.ts 37B
  48. tests/imageStub.js 261B
  49. tests/index.test.js 715B
  50. tests/shared/demoTest.js 921B
  51. tests/__snapshots__/index.test.js.snap 708B
  52. docs/react/upgrade-notes.zh-CN.md 3.79KB
  53. docs/react/support.en-US.md 595B
  54. docs/react/introduce.en-US.md 7.98KB
  55. docs/react/introduce.zh-CN.md 7.55KB
  56. docs/react/upgrade-notes.en-US.md 3.64KB
  57. docs/react/support.zh-CN.md 1.88KB
  58. components/index.tsx 2.56KB
  59. components/tabs/index.tsx 51B
  60. components/tabs/Tabs.tsx 9.46KB
  61. components/tabs/index.zh-CN.md 2.5KB
  62. components/tabs/DefaultTabBar.tsx 9.82KB
  63. components/tabs/index.en-US.md 2.84KB
  64. components/tabs/PropsType.tsx 3.31KB
  65. components/tabs/demo/basic.md 3.67KB
  66. components/tabs/demo/basic.tsx 3.54KB
  67. components/tabs/style/index.tsx 819B
  68. components/tabs/style/tabs.tsx 539B
  69. components/tabs/__tests__/dome.test.js 76B
  70. components/tabs/__tests__/__snapshots__/dome.test.js.snap 4.93KB
  71. components/drawer/index.tsx 1.83KB
  72. components/drawer/index.zh-CN.md 726B
  73. components/drawer/index.en-US.md 874B
  74. components/drawer/PropsType.tsx 178B
  75. components/drawer/demo/basic.md 2.45KB
  76. components/drawer/demo/basic.tsx 2.2KB
  77. components/drawer/__tests__/demo.test.js 99B
  78. components/drawer/__tests__/index.test.js 260B
  79. components/pagination/index.tsx 3.8KB
  80. components/pagination/index.zh-CN.md 741B
  81. components/pagination/index.en-US.md 908B
  82. components/pagination/PropsType.tsx 313B
  83. components/pagination/demo/basic.md 902B
  84. components/pagination/demo/basic.tsx 704B
  85. components/pagination/locale/ru_RU.tsx 73B
  86. components/pagination/locale/pt_BR.tsx 61B
  87. components/pagination/locale/en_US.tsx 59B
  88. components/pagination/locale/sv_SE.tsx 63B
  89. components/pagination/locale/zh_CN.tsx 69B
  90. components/pagination/locale/fa_IR.tsx 67B
  91. components/pagination/locale/es_ES.tsx 57B
  92. components/pagination/locale/ko_KR.tsx 63B
  93. components/pagination/style/index.tsx 1.11KB
  94. components/pagination/__tests__/demo.test.js 82B
  95. components/pagination/__tests__/index.test.js 274B
  96. components/pagination/__tests__/__snapshots__/demo.test.js.snap 13.27KB
  97. components/_util/with-default-props.tsx 465B
  98. components/_util/version.json 3B
  99. components/_util/devWarning.tsx 183B
  100. components/_util/isPromise.ts 164B
  101. components/_util/getLocale.tsx 1KB
  102. components/_util/hooks/useAnimations.tsx 1.41KB
  103. components/portal/index.tsx 52B
  104. components/portal/portal-host.tsx 4.46KB
  105. components/portal/portal-manager.tsx 1.34KB
  106. components/portal/portal-consumer.tsx 745B
  107. components/portal/README.md 161B
  108. components/portal/portal.tsx 1.29KB
  109. components/portal/demo/basic.tsx 940B
  110. components/result/index.tsx 2.32KB
  111. components/result/index.zh-CN.md 883B
  112. components/result/index.en-US.md 875B
  113. components/result/PropsType.tsx 334B
  114. components/result/demo/basic.md 1.51KB
  115. components/result/demo/alipay.png 1.43KB
  116. components/result/demo/basic.tsx 1.63KB
  117. components/result/demo/alipay@3x.png 1.43KB
  118. components/result/style/index.tsx 1.22KB
  119. components/result/__tests__/demo.test.js 78B
  120. components/result/__tests__/index.test.js 266B
  121. components/result/__tests__/__snapshots__/demo.test.js.snap 7.97KB
  122. components/activity-indicator/index.tsx 1.86KB
  123. components/activity-indicator/index.zh-CN.md 1.04KB
  124. components/activity-indicator/index.en-US.md 1.14KB
  125. components/activity-indicator/demo/basic.md 2.9KB
  126. components/activity-indicator/demo/basic.tsx 2.71KB
  127. components/activity-indicator/style/index.tsx 1.23KB
  128. components/activity-indicator/__tests__/demo.test.js 90B
  129. components/activity-indicator/__tests__/__snapshots__/demo.test.js.snap 7.9KB
  130. components/radio/index.tsx 613B
  131. components/radio/Radio.tsx 2.15KB
  132. components/radio/RadioContext.tsx 276B
  133. components/radio/index.zh-CN.md 1.36KB
  134. components/radio/index.en-US.md 1.48KB
  135. components/radio/RadioItem.tsx 2.1KB
  136. components/radio/RadioGroup.tsx 2.64KB
  137. components/radio/PropsType.tsx 986B
  138. components/radio/demo/basic.md 2.21KB
  139. components/radio/demo/basic.tsx 4.88KB
  140. components/radio/style/index.tsx 720B
  141. components/radio/__tests__/demo.test.js 77B
  142. components/radio/__tests__/__snapshots__/demo.test.js.snap 169.8KB
  143. components/card/index.tsx 1.21KB
  144. components/card/index.zh-CN.md 958B
  145. components/card/CardBody.tsx 663B
  146. components/card/CardHeader.tsx 2.1KB
  147. components/card/index.en-US.md 1.16KB
  148. components/card/CardFooter.tsx 1.47KB
  149. components/card/demo/basic.md 1.65KB
  150. components/card/demo/basic.tsx 1.46KB
  151. components/card/style/index.tsx 2.09KB
  152. components/card/__tests__/demo.test.js 76B
  153. components/card/__tests__/__snapshots__/demo.test.js.snap 18.29KB
  154. components/tab-bar/index.tsx 2.32KB
  155. components/tab-bar/TabBarItem.tsx 2.15KB
  156. components/tab-bar/index.zh-CN.md 2.13KB
  157. components/tab-bar/index.en-US.md 1.41KB
  158. components/tab-bar/PropsType.tsx 524B
  159. components/tab-bar/demo/basic.md 2.08KB
  160. components/tab-bar/demo/basic.tsx 1.86KB
  161. components/tab-bar/style/index.tsx 1.53KB
  162. components/tab-bar/__tests__/demo.test.js 79B
  163. components/tab-bar/__tests__/__snapshots__/demo.test.js.snap 10.4KB
  164. components/segmented-control/index.tsx 206B
  165. components/segmented-control/segmented.android.tsx 4.31KB
  166. components/segmented-control/index.zh-CN.md 1.1KB
  167. components/segmented-control/index.en-US.md 1.41KB
  168. components/segmented-control/segmented.ios.tsx 1019B
  169. components/segmented-control/PropsType.tsx 258B
  170. components/segmented-control/demo/basic.md 1.49KB
  171. components/segmented-control/demo/basic.tsx 1.26KB
  172. components/segmented-control/style/index.tsx 1.11KB
  173. components/segmented-control/__tests__/demo.test.js 89B
  174. components/segmented-control/__tests__/index.test.js 283B
  175. components/segmented-control/__tests__/__snapshots__/demo.test.js.snap 2.41KB
  176. components/progress/index.tsx 3.02KB
  177. components/progress/index.zh-CN.md 674B
  178. components/progress/index.en-US.md 659B
  179. components/progress/demo/basic.md 1.36KB
  180. components/progress/demo/basic.tsx 1.16KB
  181. components/progress/style/index.tsx 464B
  182. components/progress/__tests__/demo.test.js 80B
  183. components/progress/__tests__/index.test.js 270B
  184. components/progress/__tests__/__snapshots__/demo.test.js.snap 3.77KB
  185. components/search-bar/index.tsx 3.87KB
  186. components/search-bar/index.zh-CN.md 1.4KB
  187. components/search-bar/index.en-US.md 1.5KB
  188. components/search-bar/PropsType.tsx 901B
  189. components/search-bar/demo/basic.md 1007B
  190. components/search-bar/demo/basic.tsx 740B
  191. components/search-bar/locale/ru_RU.tsx 49B
  192. components/search-bar/locale/pt_BR.tsx 45B
  193. components/search-bar/locale/en_US.tsx 43B
  194. components/search-bar/locale/sv_SE.tsx 43B
  195. components/search-bar/locale/zh_CN.tsx 43B
  196. components/search-bar/locale/fa_IR.tsx 43B
  197. components/search-bar/locale/es_ES.tsx 45B
  198. components/search-bar/locale/ko_KR.tsx 43B
  199. components/search-bar/style/index.tsx 1.67KB
  200. components/search-bar/__tests__/demo.test.js 82B
  201. components/search-bar/__tests__/index.test.js 1.29KB
  202. components/search-bar/__tests__/__snapshots__/demo.test.js.snap 4.14KB
  203. components/picker/index.tsx 2.57KB
  204. components/picker/index.zh-CN.md 4KB
  205. components/picker/Picker.tsx 4.33KB
  206. components/picker/Popup.tsx 1.67KB
  207. components/picker/index.en-US.md 4.45KB
  208. components/picker/PropsType.tsx 907B
  209. components/picker/PopupPickerTypes.tsx 337B
  210. components/picker/demo/basic.md 2.39KB
  211. components/picker/demo/data.json 138.81KB
  212. components/picker/demo/basic.tsx 3.25KB
  213. components/picker/locale/ru_RU.tsx 81B
  214. components/picker/locale/pt_BR.tsx 84B
  215. components/picker/locale/en_US.tsx 86B
  216. components/picker/locale/sv_SE.tsx 88B
  217. components/picker/locale/id_ID.tsx 86B
  218. components/picker/locale/zh_CN.tsx 86B
  219. components/picker/locale/fa_IR.tsx 111B
  220. components/picker/locale/es_ES.tsx 85B
  221. components/picker/locale/ko_KR.tsx 95B
  222. components/picker/style/index.tsx 980B
  223. components/picker/__tests__/demo.test.js 78B
  224. components/picker/__tests__/index.test.js 3.04KB
  225. components/picker/__tests__/__snapshots__/demo.test.js.snap 9.8KB
  226. components/picker/__tests__/__snapshots__/index.test.js.snap 5.86KB
  227. components/accordion/index.tsx 2.89KB
  228. components/accordion/index.zh-CN.md 1.15KB
  229. components/accordion/index.en-US.md 1.39KB
  230. components/accordion/demo/basic.md 1.36KB
  231. components/accordion/demo/basic.tsx 1.1KB
  232. components/accordion/style/index.tsx 1.33KB
  233. components/accordion/__tests__/demo.test.js 81B
  234. components/accordion/__tests__/__snapshots__/demo.test.js.snap 17.48KB
  235. components/toast/index.tsx 3KB
  236. components/toast/ToastContainer.tsx 3.49KB
  237. components/toast/index.zh-CN.md 1.46KB
  238. components/toast/index.en-US.md 1.85KB
  239. components/toast/demo/basic.md 2.22KB
  240. components/toast/demo/basic.tsx 3.87KB
  241. components/toast/style/index.tsx 1.32KB
  242. components/toast/__tests__/demo.test.js 77B
  243. components/toast/__tests__/__snapshots__/demo.test.js.snap 24.66KB
  244. components/checkbox/index.tsx 671B
  245. components/checkbox/CheckboxItem.tsx 2.09KB
  246. components/checkbox/index.zh-CN.md 862B
  247. components/checkbox/index.en-US.md 977B
  248. components/checkbox/AgreeItem.tsx 334B
  249. components/checkbox/Checkbox.tsx 4.92KB
  250. components/checkbox/PropsType.tsx 546B
  251. components/checkbox/demo/basic.md 2.35KB
  252. components/checkbox/demo/basic.tsx 4.73KB
  253. components/checkbox/style/index.tsx 2.63KB
  254. components/checkbox/__tests__/demo.test.js 80B
  255. components/checkbox/__tests__/__snapshots__/demo.test.js.snap 94.16KB
  256. components/provider/index.tsx 601B
  257. components/date-picker-view/index.tsx 79B
  258. components/date-picker-view/index.zh-CN.md 1.41KB
  259. components/date-picker-view/useRenderLabel.ts 758B
  260. components/date-picker-view/index.en-US.md 1.41KB
  261. components/date-picker-view/PropsType.tsx 1003B
  262. components/date-picker-view/date-picker-view.tsx 2.59KB
  263. components/date-picker-view/demo/basic.md 2.74KB
  264. components/date-picker-view/demo/basic.tsx 2.64KB
  265. components/date-picker-view/locale/ru_RU.tsx 105B
  266. components/date-picker-view/locale/pt_BR.tsx 125B
  267. components/date-picker-view/locale/en_US.tsx 105B
  268. components/date-picker-view/locale/sv_SE.tsx 105B
  269. components/date-picker-view/locale/id_ID.tsx 105B
  270. components/date-picker-view/locale/zh_CN.tsx 145B
  271. components/date-picker-view/locale/fa_IR.tsx 161B
  272. components/date-picker-view/locale/es_ES.tsx 105B
  273. components/date-picker-view/locale/ko_KR.tsx 131B
  274. components/slider/index.tsx 1.53KB
  275. components/slider/index.zh-CN.md 1.29KB
  276. components/slider/index.en-US.md 1.48KB
  277. components/slider/demo/basic.md 2.38KB
  278. components/slider/demo/basic.tsx 2.19KB
  279. components/slider/__tests__/demo.test.js 78B
  280. components/slider/__tests__/__snapshots__/demo.test.js.snap 6.27KB
  281. components/input-item/index.tsx 7.53KB
  282. components/input-item/index.zh-CN.md 2.96KB
  283. components/input-item/index.en-US.md 3.13KB
  284. components/input-item/Input.tsx 1.22KB
  285. components/input-item/PropsType.tsx 920B
  286. components/input-item/demo/basic.md 5.35KB
  287. components/input-item/demo/basic.tsx 5.49KB
  288. components/input-item/locale/ru_RU.tsx 172B
  289. components/input-item/locale/pt_BR.tsx 110B
  290. components/input-item/locale/en_US.tsx 115B
  291. components/input-item/locale/sv_SE.tsx 113B
  292. components/input-item/locale/zh_CN.tsx 112B
  293. components/input-item/locale/fa_IR.tsx 114B
  294. components/input-item/locale/es_ES.tsx 115B
  295. components/input-item/locale/ko_KR.tsx 122B
  296. components/input-item/style/index.tsx 1.61KB
  297. components/input-item/__tests__/demo.test.js 82B
  298. components/input-item/__tests__/__snapshots__/demo.test.js.snap 37.32KB
  299. components/action-sheet/index.tsx 1.26KB
  300. components/action-sheet/AndroidContainer.tsx 3.13KB
  301. components/action-sheet/index.zh-CN.md 2.44KB
  302. components/action-sheet/index.en-US.md 2.45KB
  303. components/action-sheet/index.native.tsx 2.15KB
  304. components/action-sheet/demo/basic.md 2.29KB
  305. components/action-sheet/demo/basic.tsx 2.02KB
  306. components/action-sheet/style/index.tsx 1.98KB
  307. components/action-sheet/__tests__/demo.test.js 84B
  308. components/action-sheet/__tests__/__snapshots__/demo.test.js.snap 3.49KB
  309. components/stepper/index.tsx 1.05KB
  310. components/stepper/index.zh-CN.md 1.01KB
  311. components/stepper/index.en-US.md 1.22KB
  312. components/stepper/InputNumber.tsx 13.54KB
  313. components/stepper/PropsType.tsx 413B
  314. components/stepper/demo/basic.md 1.42KB
  315. components/stepper/demo/basic.tsx 1.21KB
  316. components/stepper/style/index.tsx 1.4KB
  317. components/stepper/__tests__/demo.test.js 79B
  318. components/stepper/__tests__/__snapshots__/demo.test.js.snap 19.9KB
  319. components/style/index.tsx 2.83KB
  320. components/style/themes/default.tsx 4.7KB
  321. components/carousel/index.tsx 13.22KB
  322. components/carousel/index.zh-CN.md 1023B
  323. components/carousel/index.en-US.md 1.06KB
  324. components/carousel/demo/basic.md 3.8KB
  325. components/carousel/demo/basic.tsx 3.97KB
  326. components/carousel/style/index.tsx 969B
  327. components/carousel/__tests__/demo.test.js 80B
  328. components/carousel/__tests__/index.test.js 507B
  329. components/carousel/__tests__/__snapshots__/demo.test.js.snap 22.5KB
  330. components/list-view/index.tsx 4.15KB
  331. components/list-view/index.zh-CN.md 179B
  332. components/list-view/index.en-US.md 180B
  333. components/list-view/demo/basic.md 1.72KB
  334. components/list-view/demo/basic.tsx 1.69KB
  335. components/list-view/locale/ru_RU.tsx 219B
  336. components/list-view/locale/pt_BR.tsx 248B
  337. components/list-view/locale/en_US.tsx 219B
  338. components/list-view/locale/sv_SE.tsx 219B
  339. components/list-view/locale/zh_CN.tsx 225B
  340. components/list-view/locale/fa_IR.tsx 352B
  341. components/list-view/locale/es_ES.tsx 244B
  342. components/list-view/locale/ko_KR.tsx 240B
  343. components/list-view/style/index.tsx 3.17KB
  344. components/popover/index.tsx 4.06KB
  345. components/popover/index.zh-CN.md 1.35KB
  346. components/popover/index.en-US.md 1.57KB
  347. components/popover/demo/basic.md 3.09KB
  348. components/popover/demo/basic.tsx 3.53KB
  349. components/popover/style/index.tsx 520B
  350. components/popover/__tests__/demo.test.js 79B
  351. components/popover/__tests__/index.test.js 268B
  352. components/popover/__tests__/__snapshots__/demo.test.js.snap 129.55KB
  353. components/picker-view/index.tsx 1.67KB
  354. components/picker-view/index.zh-CN.md 2.2KB
  355. components/picker-view/Wheel.tsx 5.08KB
  356. components/picker-view/picker-view.tsx 4.83KB
  357. components/picker-view/index.en-US.md 2.55KB
  358. components/picker-view/PropsType.tsx 1.03KB
  359. components/picker-view/columns-extend.tsx 1.98KB
  360. components/picker-view/demo/basic.md 952B
  361. components/picker-view/demo/basic.tsx 1.48KB
  362. components/picker-view/style/index.tsx 967B
  363. components/textarea-item/index.tsx 4.95KB
  364. components/textarea-item/index.zh-CN.md 1.64KB
  365. components/textarea-item/index.en-US.md 1.89KB
  366. components/textarea-item/PropsType.tsx 544B
  367. components/textarea-item/demo/basic.md 1.6KB
  368. components/textarea-item/demo/basic.tsx 1.42KB
  369. components/textarea-item/style/index.tsx 1.03KB
  370. components/textarea-item/__tests__/demo.test.js 85B
  371. components/textarea-item/__tests__/__snapshots__/demo.test.js.snap 12.88KB
  372. components/notice-bar/index.tsx 2.74KB
  373. components/notice-bar/Marquee.tsx 3.06KB
  374. components/notice-bar/index.zh-CN.md 762B
  375. components/notice-bar/index.en-US.md 867B
  376. components/notice-bar/PropsType.tsx 187B
  377. components/notice-bar/demo/basic.md 2.39KB
  378. components/notice-bar/demo/basic.tsx 2.24KB
  379. components/notice-bar/style/index.tsx 1.36KB
  380. components/notice-bar/__tests__/demo.test.js 82B
  381. components/notice-bar/__tests__/index.test.js 865B
  382. components/notice-bar/__tests__/__snapshots__/demo.test.js.snap 20.67KB
  383. components/button/index.tsx 4.23KB
  384. components/button/ButtonWave.tsx 1.04KB
  385. components/button/index.zh-CN.md 1.05KB
  386. components/button/index.en-US.md 1.01KB
  387. components/button/PropsType.tsx 153B
  388. components/button/demo/basic.md 1.5KB
  389. components/button/demo/basic.tsx 1.33KB
  390. components/button/style/index.tsx 4.25KB
  391. components/button/__tests__/demo.test.js 78B
  392. components/button/__tests__/index.test.js 3.72KB
  393. components/button/__tests__/__snapshots__/demo.test.js.snap 19.46KB
  394. components/steps/index.tsx 2.05KB
  395. components/steps/index.zh-CN.md 2.89KB
  396. components/steps/index.en-US.md 3.01KB
  397. components/steps/StepsItem.tsx 5.19KB
  398. components/steps/demo/basic.md 4.56KB
  399. components/steps/demo/basic.tsx 6.85KB
  400. components/steps/style/index.tsx 3.23KB
  401. components/steps/__tests__/demo.test.js 77B
  402. components/steps/__tests__/__snapshots__/demo.test.js.snap 77.13KB
  403. components/date-picker/index.tsx 137B
  404. components/date-picker/date-picker-utils.ts 2.11KB
  405. components/date-picker/date-picker.tsx 4.28KB
  406. components/date-picker/date-picker-week-utils.ts 3.77KB
  407. components/date-picker/index.zh-CN.md 2.01KB
  408. components/date-picker/index.en-US.md 2.04KB
  409. components/date-picker/util.ts 92B
  410. components/date-picker/date-picker-date-utils.ts 5.99KB
  411. components/date-picker/PropsType.tsx 1.61KB
  412. components/date-picker/columns-extend.tsx 1.08KB
  413. components/date-picker/demo/basic.md 1.09KB
  414. components/date-picker/demo/basic.tsx 862B
  415. components/date-picker/locale/ru_RU.tsx 179B
  416. components/date-picker/locale/pt_BR.tsx 179B
  417. components/date-picker/locale/en_US.tsx 179B
  418. components/date-picker/locale/sv_SE.tsx 179B
  419. components/date-picker/locale/id_ID.tsx 179B
  420. components/date-picker/locale/zh_CN.tsx 179B
  421. components/date-picker/locale/fa_IR.tsx 179B
  422. components/date-picker/locale/es_ES.tsx 179B
  423. components/date-picker/locale/ko_KR.tsx 179B
  424. components/date-picker/datepicker/locale/ko_KR.tsx 131B
  425. components/wing-blank/index.tsx 750B
  426. components/wing-blank/index.zh-CN.md 245B
  427. components/wing-blank/index.en-US.md 259B
  428. components/wing-blank/demo/basic.md 1017B
  429. components/wing-blank/demo/basic.tsx 820B
  430. components/wing-blank/__tests__/demo.test.js 82B
  431. components/wing-blank/__tests__/__snapshots__/demo.test.js.snap 1.99KB
  432. components/swipe-action/index.tsx 5.07KB
  433. components/swipe-action/index.zh-CN.md 1.15KB
  434. components/swipe-action/index.en-US.md 1.38KB
  435. components/swipe-action/demo/basic.md 1.55KB
  436. components/swipe-action/demo/basic.tsx 1.27KB
  437. components/swipe-action/__tests__/demo.test.js 84B
  438. components/swipe-action/__tests__/__snapshots__/demo.test.js.snap 14.76KB
  439. components/list/index.tsx 1.81KB
  440. components/list/index.zh-CN.md 1.41KB
  441. components/list/index.en-US.md 1.61KB
  442. components/list/ListItem.tsx 6.76KB
  443. components/list/PropsType.tsx 837B
  444. components/list/demo/basic.md 3.36KB
  445. components/list/demo/basic.tsx 3.16KB
  446. components/list/style/index.tsx 3.17KB
  447. components/list/__tests__/demo.test.js 76B
  448. components/list/__tests__/__snapshots__/demo.test.js.snap 43.41KB
  449. components/locale-provider/index.tsx 2.12KB
  450. components/locale-provider/ru_RU.tsx 543B
  451. components/locale-provider/index.zh-CN.md 2.1KB
  452. components/locale-provider/pt_BR.tsx 546B
  453. components/locale-provider/en_US.tsx 543B
  454. components/locale-provider/sv_SE.tsx 543B
  455. components/locale-provider/index.en-US.md 1.87KB
  456. components/locale-provider/zh_CN.tsx 545B
  457. components/locale-provider/fa_IR.tsx 543B
  458. components/locale-provider/es_ES.tsx 543B
  459. components/locale-provider/ko_KR.tsx 546B
  460. components/locale-provider/demo/basic.md 2.91KB
  461. components/locale-provider/demo/basic.tsx 2.89KB
  462. components/locale-provider/__tests__/demo.test.js 87B
  463. components/locale-provider/__tests__/__snapshots__/demo.test.js.snap 18.93KB
  464. components/view/index.tsx 1.57KB
  465. components/view/index.zh-CN.md 292B
  466. components/view/index.en-US.md 256B
  467. components/view/demo/basic.md 654B
  468. components/view/demo/basic.tsx 462B
  469. components/view/__tests__/demo.test.js 83B
  470. components/view/__tests__/__snapshots__/demo.test.js.snap 2.22KB
  471. components/switch/index.tsx 53B
  472. components/switch/index.zh-CN.md 941B
  473. components/switch/Switch.tsx 7.01KB
  474. components/switch/index.en-US.md 1.01KB
  475. components/switch/PropsType.tsx 578B
  476. components/switch/demo/basic.md 1.15KB
  477. components/switch/demo/basic.tsx 2.51KB
  478. components/switch/style/index.tsx 2.19KB
  479. components/switch/__tests__/demo.test.js 78B
  480. components/switch/__tests__/index.test.js 263B
  481. components/switch/__tests__/__snapshots__/demo.test.js.snap 57.68KB
  482. components/text/index.tsx 47B
  483. components/icon/index.tsx 1.01KB
  484. components/icon/index.zh-CN.md 1.01KB
  485. components/icon/index.en-US.md 966B
  486. components/icon/demo/basic.md 714B
  487. components/icon/demo/basic.tsx 904B
  488. components/icon/__tests__/demo.test.js 76B
  489. components/icon/__tests__/__snapshots__/demo.test.js.snap 1.04MB
  490. components/modal/index.tsx 215B
  491. components/modal/prompt.tsx 1006B
  492. components/modal/AlertContainer.tsx 1.89KB
  493. components/modal/index.zh-CN.md 3.14KB
  494. components/modal/alert.tsx 629B
  495. components/modal/index.en-US.md 3.48KB
  496. components/modal/PromptContainer.tsx 5.44KB
  497. components/modal/Modal.tsx 7.16KB
  498. components/modal/ModalView.tsx 6.98KB
  499. components/modal/OperationContainer.tsx 2.01KB
  500. components/modal/PropsType.tsx 815B
  501. components/modal/operation.tsx 553B
  502. components/modal/demo/basic.md 5.11KB
  503. components/modal/demo/basic.tsx 5.76KB
  504. components/modal/locale/ru_RU.tsx 97B
  505. components/modal/locale/pt_BR.tsx 85B
  506. components/modal/locale/en_US.tsx 83B
  507. components/modal/locale/sv_SE.tsx 82B
  508. components/modal/locale/zh_CN.tsx 87B
  509. components/modal/locale/fa_IR.tsx 93B
  510. components/modal/locale/es_ES.tsx 84B
  511. components/modal/locale/ko_KR.tsx 87B
  512. components/modal/style/index.tsx 2.87KB
  513. components/modal/style/prompt.tsx 1.19KB
  514. components/modal/__tests__/demo.test.js 168B
  515. components/modal/__tests__/__snapshots__/demo.test.js.snap 17.49KB
  516. components/flex/index.tsx 103B
  517. components/flex/FlexItem.tsx 1.18KB
  518. components/flex/Flex.tsx 1.8KB
  519. components/flex/index.zh-CN.md 913B
  520. components/flex/index.en-US.md 998B
  521. components/flex/PropsType.tsx 432B
  522. components/flex/demo/basic.md 10.69KB
  523. components/flex/demo/basic.tsx 10.27KB
  524. components/flex/__tests__/demo.test.js 76B
  525. components/flex/__tests__/__snapshots__/demo.test.js.snap 50.31KB
  526. components/tag/index.tsx 3.47KB
  527. components/tag/index.zh-CN.md 810B
  528. components/tag/index.en-US.md 1.03KB
  529. components/tag/PropsType.tsx 232B
  530. components/tag/demo/basic.md 1.24KB
  531. components/tag/demo/basic.tsx 1.04KB
  532. components/tag/style/index.tsx 1.85KB
  533. components/tag/__tests__/demo.test.js 75B
  534. components/tag/__tests__/index.test.js 1.6KB
  535. components/tag/__tests__/__snapshots__/demo.test.js.snap 10.81KB
  536. components/white-space/index.tsx 595B
  537. components/white-space/index.zh-CN.md 259B
  538. components/white-space/index.en-US.md 261B
  539. components/white-space/demo/basic.md 973B
  540. components/white-space/demo/basic.tsx 777B
  541. components/white-space/__tests__/demo.test.js 83B
  542. components/white-space/__tests__/__snapshots__/demo.test.js.snap 2.22KB
  543. components/grid/index.tsx 5.76KB
  544. components/grid/index.zh-CN.md 1.63KB
  545. components/grid/index.en-US.md 1.8KB
  546. components/grid/PropsType.tsx 444B
  547. components/grid/demo/basic.md 1.24KB
  548. components/grid/demo/basic.tsx 1.19KB
  549. components/grid/style/index.tsx 572B
  550. components/grid/__tests__/demo.test.js 76B
  551. components/grid/__tests__/__snapshots__/demo.test.js.snap 83.15KB
  552. components/badge/index.tsx 1.96KB
  553. components/badge/index.zh-CN.md 893B
  554. components/badge/index.en-US.md 738B
  555. components/badge/demo/basic.md 2.31KB
  556. components/badge/demo/basic.tsx 2.11KB
  557. components/badge/style/index.tsx 1.48KB
  558. components/badge/__tests__/demo.test.js 77B
  559. components/badge/__tests__/index.test.js 261B
  560. components/badge/__tests__/__snapshots__/demo.test.js.snap 8.68KB
  561. scripts/test-all.sh 158B
  562. scripts/start.js 272B
  563. scripts/copy-app-res.js 372B
  564. scripts/rn-mkdir.js 320B
  565. .github/PULL_REQUEST_TEMPLATE.md 861B
  566. .github/CONTRIBUTING.md 3.17KB
  567. .github/lock.yml 569B
  568. .github/workflows/issue-close-require.yml 1.01KB
  569. .github/workflows/issue-open-check.yml 1.18KB
  570. .github/ISSUE_TEMPLATE/bug_report.yml 2.35KB
  571. .github/ISSUE_TEMPLATE/bug_report_zh.yml 2.36KB
  572. .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md 395B
  573. .github/ISSUE_TEMPLATE/config.yml 239B
  574. site/bisheng.desktop.config.js 391B
  575. site/utils.jsx 2.68KB
  576. site/bisheng.common.config.js 3.42KB
  577. site/desktop/package.json 984B
  578. site/desktop/src/en-US.js 2.92KB
  579. site/desktop/src/index.js 2.23KB
  580. site/desktop/src/zh-CN.js 2.81KB
  581. site/desktop/src/template/NotFound.jsx 481B
  582. site/desktop/src/template/Home/index.jsx 8.31KB
  583. site/desktop/src/template/Layout/Header.jsx 8.56KB
  584. site/desktop/src/template/Layout/Footer.jsx 5.78KB
  585. site/desktop/src/template/Layout/index.jsx 1.98KB
  586. site/desktop/src/template/Content/ComponentDoc.jsx 5.6KB
  587. site/desktop/src/template/Content/Sandbox.jsx 2.67KB
  588. site/desktop/src/template/Content/MainContent.jsx 8.03KB
  589. site/desktop/src/template/Content/Article.jsx 4.33KB
  590. site/desktop/src/template/Content/index.jsx 1.1KB
  591. site/desktop/src/template/Content/Demo.jsx 8.64KB
  592. site/desktop/src/static/page-nav.less 1.13KB
  593. site/desktop/src/static/resource.less 1.16KB
  594. site/desktop/src/static/font.less 23B
  595. site/desktop/src/static/new-version-info-modal.less 339B
  596. site/desktop/src/static/not-found.less 584B
  597. site/desktop/src/static/colors.less 1.07KB
  598. site/desktop/src/static/preview-img.less 2.06KB
  599. site/desktop/src/static/toc.less 845B
  600. site/desktop/src/static/style.js 511B
  601. site/desktop/src/static/highlight.less 2.44KB
  602. site/desktop/src/static/nprogress.less 1.13KB
  603. site/desktop/src/static/home.less 2.57KB
  604. site/desktop/src/static/demo.less 5.99KB
  605. site/desktop/src/static/footer.less 1.41KB
  606. site/desktop/src/static/header.less 2.34KB
  607. site/desktop/src/static/responsive.less 2.79KB
  608. site/desktop/src/static/motion.less 696B
  609. site/desktop/src/static/template.html 3.99KB
  610. site/desktop/src/static/common.less 1.97KB
  611. site/desktop/src/static/markdown.less 6.05KB
  612. rn-kitchen-sink/icon.svg 4.47KB
  613. rn-kitchen-sink/demoList.js 8.88KB
  614. rn-kitchen-sink/App.js 2.23KB
  615. rn-kitchen-sink/ios/Podfile 745B
  616. rn-kitchen-sink/ios/KitchenSinkTests/KitchenSinkTests.m 1.75KB
  617. rn-kitchen-sink/ios/KitchenSinkTests/Info.plist 733B
  618. rn-kitchen-sink/ios/KitchenSink.xcworkspace/contents.xcworkspacedata 229B
  619. rn-kitchen-sink/ios/KitchenSink.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 238B
  620. rn-kitchen-sink/ios/KitchenSink.xcodeproj/project.pbxproj 29.62KB
  621. rn-kitchen-sink/ios/KitchenSink.xcodeproj/xcshareddata/xcschemes/KitchenSink.xcscheme 3.24KB
  622. rn-kitchen-sink/ios/KitchenSink/LaunchScreen.storyboard 4.14KB
  623. rn-kitchen-sink/ios/KitchenSink/AppDelegate.h 196B
  624. rn-kitchen-sink/ios/KitchenSink/main.m 200B
  625. rn-kitchen-sink/ios/KitchenSink/AppDelegate.m 2.26KB
  626. rn-kitchen-sink/ios/KitchenSink/Info.plist 1.62KB
  627. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/Contents.json 63B
  628. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-20@3x.png 2.05KB
  629. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-29@1x.png 866B
  630. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-20@2x.png 1.26KB
  631. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-83.5@2x.png 5.17KB
  632. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-20@2x.png 1.26KB
  633. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-40@1x.png 1.26KB
  634. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ios-marketing-1024@1x.png 29.97KB
  635. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-76@1x.png 2.45KB
  636. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-40@2x.png 2.62KB
  637. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-40@3x.png 3.99KB
  638. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/Contents.json 2.18KB
  639. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-40@2x.png 2.62KB
  640. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-76@2x.png 4.76KB
  641. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-60@3x.png 5.41KB
  642. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-29@2x.png 1.95KB
  643. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-20@1x.png 545B
  644. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-29@2x.png 1.95KB
  645. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-29@3x.png 2.88KB
  646. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-60@2x.png 3.99KB
  647. rn-kitchen-sink/components/index.js 2.16KB
  648. rn-kitchen-sink/components/Theme.js 1.68KB
  649. rn-kitchen-sink/android/gradlew 5.63KB
  650. rn-kitchen-sink/android/build.gradle 1.02KB
  651. rn-kitchen-sink/android/gradle.properties 1.25KB
  652. rn-kitchen-sink/android/gradlew.bat 2.7KB
  653. rn-kitchen-sink/android/settings.gradle 198B
  654. rn-kitchen-sink/android/app/proguard-rules.pro 435B
  655. rn-kitchen-sink/android/app/_BUCK 1.29KB
  656. rn-kitchen-sink/android/app/debug.keystore 2.2KB
  657. rn-kitchen-sink/android/app/build.gradle 8.75KB
  658. rn-kitchen-sink/android/app/build_defs.bzl 602B
  659. rn-kitchen-sink/android/app/src/main/AndroidManifest.xml 935B
  660. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi/ic_launcher.png 1.49KB
  661. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png 2.4KB
  662. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_foreground.png 10.61KB
  663. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_foreground.png 8.11KB
  664. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png 4.16KB
  665. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi/ic_launcher.png 2.39KB
  666. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png 3.81KB
  667. rn-kitchen-sink/android/app/src/main/res/drawable/ic_launcher_background.png 2.77KB
  668. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 6.23KB
  669. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png 11.18KB
  670. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 4.72KB
  671. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png 8.17KB
  672. rn-kitchen-sink/android/app/src/main/res/values/styles.xml 249B
  673. rn-kitchen-sink/android/app/src/main/res/values/strings.xml 74B
  674. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_foreground.png 5.51KB
  675. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png 3.05KB
  676. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png 5.43KB
  677. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_foreground.png 2.77KB
  678. rn-kitchen-sink/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 270B
  679. rn-kitchen-sink/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 270B
  680. rn-kitchen-sink/android/app/src/main/java/com/kitchensink/MainApplication.java 2.54KB
  681. rn-kitchen-sink/android/app/src/main/java/com/kitchensink/MainActivity.java 349B
  682. rn-kitchen-sink/android/app/src/main/assets/fonts/antfill.ttf 47.1KB
  683. rn-kitchen-sink/android/app/src/main/assets/fonts/antoutline.ttf 102.68KB
  684. rn-kitchen-sink/android/app/src/debug/AndroidManifest.xml 495B
  685. rn-kitchen-sink/android/app/src/debug/java/com/kitchensink/ReactNativeFlipper.java 3.19KB
  686. rn-kitchen-sink/android/gradle/wrapper/gradle-wrapper.jar 57.82KB
  687. rn-kitchen-sink/android/gradle/wrapper/gradle-wrapper.properties 200B
  688. .vscode/settings.json 163B
0评论
提交 加载更多评论
其他资源 ant-design-mobile-rn-5.1.0.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.1.0.zip ant-design-mobile-rn-5.1.0.zip ant-design-mobile-rn-5.1.0.zip
ant-design-mobile-rn-5.0.4.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.4.zip ant-design-mobile-rn-5.0.4.zip ant-design-mobile-rn-5.0.4.zip
ant-design-mobile-rn-5.1.3.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.1.3.zip ant-design-mobile-rn-5.1.3.zip ant-design-mobile-rn-5.1.3.zip
ant-design-mobile-rn-5.2.1.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.2.1.zip ant-design-mobile-rn-5.2.1.zip ant-design-mobile-rn-5.2.1.zip
ant-design-mobile-rn-5.0.3.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.3.zip ant-design-mobile-rn-5.0.3.zip ant-design-mobile-rn-5.0.3.zip
ant-design-mobile-rn-5.0.1.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.1.zip ant-design-mobile-rn-5.0.1.zip
ant-design-mobile-rn-5.0.2.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.2.zip ant-design-mobile-rn-5.0.2.zip
ant-design-mobile-rn-4.2.0.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-4.2.0.zip