# antd-mobile-samples **Repository Path**: StephenEvenson/antd-mobile-samples ## Basic Information - **Project Name**: antd-mobile-samples - **Description**: clone from https://github.com/ant-design/antd-mobile-samples.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-22 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antd-mobile Samples Note: **The master branch is antd-mobile@2 samples** If you need antd-mobile@1.x samples, please see [1.x branch](https://github.com/ant-design/antd-mobile-samples/tree/1.x) ### Requirements ``` node@4+ npm@3+ ``` Note: In order to run on the old Android, `webpack-dev-server`'s version need to be `2.7.1`. [ref](https://github.com/mrdulin/blog/issues/35) ## Samples link - [web-basic](./web-webpack) - [rn-basic](./react-native) - [web-typescript](./web-typescript) - [web-custom-ui](./web-custom-ui) - [rn-custom-ui](./rn-custom-ui) - [rn-expo](./rn-expo) React-Native Demo with [Expo](https://expo.io/) - [web-ssr](./rn-expo) Web Server Side Render Demo with [Next.js](https://github.com/zeit/next.js/) ## Directory naming conventions e.g. typescript samples - typescript (web + rn) - web-typescript (pure web) - rn-typescript (iOS + Android, not include web) - ios-typescript (pure iOS) - android-typescript (pure Android)