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

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

ant-design-mobile-rn-5.1.0.zip

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