@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
136 lines (98 loc) • 6.03 kB
Markdown
[English](./README.md) | 简体中文
<p align="center">
<a href="http://rn.mobile.ant.design">
<img width="320" src="https://zos.alipayobjects.com/rmsportal/wIjMDnsrDoPPcIV.png">
</a>
</p>
# Ant Design Mobile RN
[](https://travis-ci.org/ant-design/ant-design-mobile-rn)
[](https://codecov.io/gh/ant-design/ant-design-mobile-rn)
[](https://www.npmjs.org/package/@ant-design/react-native)
[](https://npmjs.org/package/@ant-design/react-native)
[](https://david-dm.org/ant-design/ant-design-mobile-rn)
[](http://isitmaintained.com/project/ant-design/ant-design-mobile-rn 'Percentage of issues still open')
[](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Ant Design 移动端设计规范。`@ant-design/react-native` 是 Ant Design 的移动规范的 React 实现,服务于蚂蚁及口碑无线业务。
## 特性
- 基于 Ant Design 移动设计规范。
- 规则化的视觉样式配置,适应各类产品风格。
- 基于 React Native 的多平台支持。
- 使用 TypeScript 开发,提供类型定义文件。
## Expo
> HTML5 预览: [ant-design-mobile-rn/index.html](https://1uokun.github.io/ant-design-mobile-rn/index.html)
|SDK 52(react-native@0.76+)|
|--|
| [<img width="250" alt="expo/ant-design-mobile-rn" src="https://qr.expo.dev/eas-update?slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&groupId=1a1dbedd-d817-4dee-a5d9-1e7cc1ebe4a0&host=u.expo.dev" />](https://expo.dev/preview/update?message=5.3.0(sdk%3A52)&updateRuntimeVersion=5.3.0&createdAt=2024-11-14T08%3A25%3A05.823Z&slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&group=1a1dbedd-d817-4dee-a5d9-1e7cc1ebe4a0) |
提示:使用本地原相机扫瞄上面的二维码, 需要下载 Expo App: https://expo.io/tools
<details><summary>Expo SDK(47, 49, 50, 51) history version</summary>
|SDK 47 iOS|SDK 47 Android|SDK 49,50|SDK 51|
|--|--|--|--|
| [<img width="250" alt="expo/ant-design-mobile-rn" src="https://qr.expo.dev/eas-update?updateId=38b3a547-ab2b-4066-95ed-400f1707dcc6&appScheme=exp&host=u.expo.dev" />](https://expo.dev/@1uokun/ant-design-mobile-rn) | [<img width="250" alt="expo/ant-design-mobile-rn" src="https://qr.expo.dev/eas-update?updateId=05f0e308-2dd5-4cb9-9e6b-1ae31561bfee&appScheme=exp&host=u.expo.dev" />](https://expo.dev/@1uokun/ant-design-mobile-rn) | [<img width="250" alt="expo/ant-design-mobile-rn" src="https://qr.expo.dev/eas-update?slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&groupId=bbf0a647-4ff2-46bd-9aad-dfd81bc6ba08" />](https://expo.dev/preview/update?message=5.2.2&updateRuntimeVersion=5.2.2&createdAt=2024-08-12T13%3A33%3A56.096Z&slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&group=bbf0a647-4ff2-46bd-9aad-dfd81bc6ba08) | [<img width="250" alt="expo/ant-design-mobile-rn" src="https://qr.expo.dev/eas-update?slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&groupId=cb809e16-1f0b-4f2c-9c28-417d7a67abfe&host=u.expo.dev" />](https://expo.dev/preview/update?message=5.3.0&updateRuntimeVersion=5.3.0&createdAt=2024-11-14T07%3A33%3A14.502Z&slug=exp&projectId=7729a68b-f881-4294-89f5-5ae751bfb2b2&group=cb809e16-1f0b-4f2c-9c28-417d7a67abfe) |
</details>
## 安装 & 使用
```bash
npm install @ant-design/react-native @ant-design/icons-react-native
```
### 安装peer依赖
接下来安装来自 `peerDependencies` 管理的依赖:
- 如果使用Expo来构建项目的,请使用 `expo`(**推荐,这能安装到最合适的版本**):
```bash
npx expo install react-native-gesture-handler react-native-reanimated
```
- 如果使用React Native CLI原生构建项目的,请使用 `npm` :
```bash
npm install react-native-gesture-handler react-native-reanimated
```
- 对于 iOS 的 React Native CLI裸项目,请确保已安装 CocoaPods。然后执行 `pods` (auto linking),
<br/>Android 不需要手动处理:
```bash
cd ios
pod install
cd ..
```
### 链接字体图标
将字体资源路径配置到根目录下的 `react-native.config.js` 文件中 ( 如果没有,请创建 )
```js
module.exports = {
assets: ['node_modules/@ant-design/icons-react-native/fonts'],
};
```
然后执行 [react-native-asset](https://github.com/unimonkiez/react-native-asset) 的命令
```bash
npx react-native-asset
```
## 链接
- [首页](http://rn.mobile.ant.design)
- [更详细的安装说明 >](docs/react/introduce.zh-CN.md)
- [开发者文档](development.zh-CN.md)
## 本地演示
- **使用 expo-cli 运行**
```bash
# go to expo example folder
cd example
# install dependencies
yarn
# start expo
yarn expo
```
- **使用 react-native-cli 运行**
```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
```
## 欢迎贡献
有任何建议或意见您可以进行 [提问](http://github.com/ant-design/ant-design-mobile-rn/issues)。
---
感谢@ant-design/react-native的所有贡献者:
<a href="https://github.com/ant-design/ant-design-mobile-rn/graphs/contributors">
<img src="https://opencollective.com/ant-design-mobile-rn/contributors.svg?width=960&button=false" alt="contributors" />
</a>