Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ant-design/antd-mobile-samples

antd-mobile samples
https://github.com/ant-design/antd-mobile-samples

android antd-mobile ios samples typescript

Last synced: about 2 months ago
JSON representation

antd-mobile samples

Awesome Lists containing this project

README

        

# antd-mobile Samples

Note: **The master branch is antd-mobile@2 samples**

If you need [email protected] 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)