ant design mobile(antd-mobile) and react native starter
- react native version: 0.38.0
- ant design mobile(antd-mobile) version: 0.9.10
> git clone [email protected]:smalltide/react-native-antd.git
> cd react-native-antd
> npm install
> react-native run-ios
> react-native run-android
OR
(Clean Project)
> react-native init antd
> cd antd
> npm install --save antd-mobile react-dom
> npm install --save-dev babel-plugin-import
> revise .babelrc to https://github.com/smalltide/react-native-antd/blob/master/.babelrc
> react-native run-ios
> react-native run-android