Skip to content

GankLun/RDesignDemo

Repository files navigation

RDesignDemo

R-Design Demo

使用说明

  • react-native init RDesignDemo.

  • yarn add r-design 或者 npm install --save r-design

  • yarn add babel-plugin-import --dev 或者 npm install --save-dev babel-plugin-import

  • 编辑.babelrc 如下: { "presets": ["react-native"], "plugins": [ ["import", { "libraryName": "antd-mobile" }] ] }

  • 具体使用参考Demo

运行效果