English | 简体中文
Ant Design 移动端设计规范。@ant-design/react-native
是 Ant Design 的移动规范的 React 实现,服务于蚂蚁及口碑无线业务。
- 基于 Ant Design 移动设计规范。
- 规则化的视觉样式配置,适应各类产品风格。
- 基于 React Native 的多平台支持。
- 使用 TypeScript 开发,提供类型定义文件。
HTML5 预览: ant-design-mobile-rn/index.html
SDK 52([email protected]+) |
---|
提示:使用本地原相机扫瞄上面的二维码, 需要下载 Expo App: https://expo.io/tools
npm install @ant-design/react-native @ant-design/icons-react-native
接下来安装来自 peerDependencies
管理的依赖:
-
如果使用Expo来构建项目的,请使用
expo
(推荐,这能安装到最合适的版本):npx expo install react-native-gesture-handler react-native-reanimated
-
如果使用React Native CLI原生构建项目的,请使用
npm
:npm install react-native-gesture-handler react-native-reanimated
-
对于 iOS 的 React Native CLI裸项目,请确保已安装 CocoaPods。然后执行
pods
(auto linking),
Android 不需要手动处理:cd ios pod install cd ..
将字体资源路径配置到根目录下的 react-native.config.js
文件中 ( 如果没有,请创建 )
module.exports = {
assets: ['node_modules/@ant-design/icons-react-native/fonts'],
};
然后执行 react-native-asset 的命令
npx react-native-asset
- 使用 expo-cli 运行
# go to expo example folder
cd example
# install dependencies
yarn
# start expo
yarn expo
- 使用 react-native-cli 运行
# clone
git clone [email protected]: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
有任何建议或意见您可以进行 提问。
感谢@ant-design/react-native的所有贡献者: