Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 632 Bytes

react-native-antd

ant design mobile(antd-mobile) and react native starter

  1. react native version: 0.38.0
  2. 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