Ant Design Mobile Rn Versions Save

Ant Design for React Native

3.3.0

4 years ago

3.3.0

2020-03-08

  • Upgrade Icons to 2.0.0

  • Icons 升级到最新版 2.0.0

3.2.2

4 years ago

Happy New Year 🎉🎉🎉

3.2.2

2019-12-31

  • Modal.alert Modal.prompt Modal.operation now returns a key that can be manually closed via Portal.remove(key).

  • Modal.alert Modal.prompt Modal.operation 现在返回一个key,可以通过Portal.remove(key) 手动关闭

3.2.0

4 years ago

3.2.0

Only affect Android users.

2019-09-29


If you have RNViewPager error please checkout its docs https://github.com/react-native-community/react-native-viewpager#mostly-automatic-installation

3.1.15

4 years ago

3.1.15

2019-08-27


  • ListItem 组件增加一个onLongPress属性 #619 by Zixuan

3.1.14

4 years ago

3.1.14

2019-08-21

  • Add onBackHandler to modal related components #611 by Tzng
  • Fixes search-bar type definition

  • modal 相关的组件增加一个onBackHandler属性 #611 by Tzng
  • 完善 search-bar 类型定义

3.1.12

4 years ago

3.1.12

2019-08-02

  • datepicker Add a defaultDate property #593

  • datepicker组件增加一个defaultDate属性 #593

3.1.7

5 years ago

3.1.7

2019-04-30

  • Fixes checkbox read color from theme #416

  • 修复 checkbox 没有从主题里面读取变量 #416

3.1.5

5 years ago

3.1.5

2019-03-20


3.1.4

5 years ago

3.1.4

2019-03-15

  • Fixed tabs swipeable does not work under Android #380
  • Add Wrap style for HeaderContent and HeaderExtra of the card component for easy customization #395 By christtrc

  • 修复 tabs swipeable 在 Android 下面不起作用 #380
  • card 组件的 HeaderContentHeaderExtra 添加 Wrap style,便于定制 #395 By christtrc

3.1.3

5 years ago

2019-02-19

  • Fixes babel-runtime/helpers/extends not found after using babel-plugin-import #346
  • Fixes drawer component of ios. When returning, there will be a short stay on the page #344

  • 修复使用 babel-plugin-import后找不到babel-runtime/helpers/extends #346
  • 修复ios 端的 drawer 组件,当返回的时候,会有短暂的停留在页面上 #344